Html Css Color HEX #018AA9 Eastern Blue

📋 copy color: '#018AA9'

red 1 ◦ green 138 ◦ blue 169

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

Shades of Eastern Blue #018AA9

Tints of Eastern Blue #018AA9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.81%

 BLUE value IS 169 (66.41% from 255) = 54.87%

R = 0.32%
G = 44.81%
B = 54.87%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#018AA9 (or 0x018AA9) is known color: Eastern Blue. HEX triplet: 01, 8A and A9. RGB value is (1,138,169). Sum of RGB (Red+Green+Blue) = 1+138+169=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 169 (66.41% from 255 or 54.87% from 308); Max value from RGB is 169 - color contains mainly: blue. Hex color #018AA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018AA9 is #FE7556. Grayscale: #646464. Windows color (decimal): -16676183 or 11110913. OLE color: 11110913.

HSL color Cylindrical-coordinate representation of color #018AA9: hue angle of 191.07º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018AA9 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 1 138 169 -
CMYK 0.99 0.18 0 0.34
HSL 191.07º 0.99% 0.33% -
HSV(B) 191.07º 0.99% 0.66% -
XYZ 16.26 21.05 40.74 -
YUV 100.57 166.61 56.98 -
System Red Green Blue C M Y K H S L
Decimal 1 138 169 0.99 0.18 0 0.34 191.07 0.99 0.33
Hex 1 8A A9 63 12 0 22 BF 63 21
Octal 1 212 251 143 22 0 42 277 143 41
Binary 1 10001010 10101001 1100011 10010 0 100010 10111111 1100011 100001

Color Harmonies of #018AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018AA9

Black with #018AA9

Text Example


Text Example

White with #018AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018AA9; }

 p { color: rgb(1,138,169); }

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

background-color css

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

 a { background-color: rgb(1,138,169); }

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

border-color css

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

 span { border-color: rgb(1,138,169); }

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