Html Css Color HEX #018292 Eastern Blue

📋 copy color: '#018292'

red 1 ◦ green 130 ◦ blue 146

#018292
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #018292

Tints of Eastern Blue #018292

RGB

 RED value IS 1 (0.78% from 255) = 0.36%

 GREEN value IS 130 (51.17% from 255) = 46.93%

 BLUE value IS 146 (57.42% from 255) = 52.71%

R = 0.36%
G = 46.93%
B = 52.71%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#018292 (or 0x018292) is known color: Eastern Blue. HEX triplet: 01, 82 and 92. RGB value is (1,130,146). Sum of RGB (Red+Green+Blue) = 1+130+146=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #018292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018292 is #FE7D6D. Grayscale: #5D5D5D. Windows color (decimal): -16678254 or 9601537. OLE color: 9601537.

HSL color Cylindrical-coordinate representation of color #018292: hue angle of 186.62º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018292 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 130 146 -
CMYK 0.99 0.11 0 0.43
HSL 186.62º 0.99% 0.29% -
HSV(B) 186.62º 0.99% 0.57% -
XYZ 13.18 18.05 29.98 -
YUV 93.25 157.76 62.2 -
System Red Green Blue C M Y K H S L
Decimal 1 130 146 0.99 0.11 0 0.43 186.62 0.99 0.29
Hex 1 82 92 63 B 0 2B BB 63 1D
Octal 1 202 222 143 13 0 53 273 143 35
Binary 1 10000010 10010010 1100011 1011 0 101011 10111011 1100011 11101

Color Harmonies of #018292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018292

Black with #018292

Text Example


Text Example

White with #018292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018292; }

 p { color: rgb(1,130,146); }

 H1.HeaderClassName
 {
   color: #018292;
 }
 .AnyTagClassName
 {
   color: #018292;
 }
</style>

background-color css

<style>
 a { background-color: #018292; }

 a { background-color: rgb(1,130,146); }

 div.DivClassName
 {
   background-color: #018292;
 }
 .BgClassName
 {
   background-color: #018292;
 }
</style>

border-color css

<style>
 span { border-color: #018292; }

 span { border-color: rgb(1,130,146); }

 td.TdClassName
 {
   border-color: #018292;
 }
 .TagClassName
 {
   border-color: #018292;
 }
</style>