Html Css Color HEX #01809C Eastern Blue

📋 copy color: '#01809C'

red 1 ◦ green 128 ◦ blue 156

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

Shades of Eastern Blue #01809C

Tints of Eastern Blue #01809C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.91%

 BLUE value IS 156 (61.33% from 255) = 54.74%

R = 0.35%
G = 44.91%
B = 54.74%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01809C (or 0x01809C) is known color: Eastern Blue. HEX triplet: 01, 80 and 9C. RGB value is (1,128,156). Sum of RGB (Red+Green+Blue) = 1+128+156=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #01809C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01809C is #FE7F63. Grayscale: #5C5C5C. Windows color (decimal): -16678756 or 10256385. OLE color: 10256385.

HSL color Cylindrical-coordinate representation of color #01809C: hue angle of 190.84º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01809C is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 128 156 -
CMYK 0.99 0.18 0 0.39
HSL 190.84º 0.99% 0.31% -
HSV(B) 190.84º 0.99% 0.61% -
XYZ 13.73 17.85 34.17 -
YUV 93.22 163.42 62.22 -
System Red Green Blue C M Y K H S L
Decimal 1 128 156 0.99 0.18 0 0.39 190.84 0.99 0.31
Hex 1 80 9C 63 12 0 27 BF 63 1F
Octal 1 200 234 143 22 0 47 277 143 37
Binary 1 10000000 10011100 1100011 10010 0 100111 10111111 1100011 11111

Color Harmonies of #01809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01809C

Black with #01809C

Text Example


Text Example

White with #01809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01809C; }

 p { color: rgb(1,128,156); }

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

background-color css

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

 a { background-color: rgb(1,128,156); }

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

border-color css

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

 span { border-color: rgb(1,128,156); }

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