Html Css Color HEX #01989C Eastern Blue

📋 copy color: '#01989C'

red 1 ◦ green 152 ◦ blue 156

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

Shades of Eastern Blue #01989C

Tints of Eastern Blue #01989C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.19%

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

R = 0.32%
G = 49.19%
B = 50.49%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01989C (or 0x01989C) is known color: Eastern Blue. HEX triplet: 01, 98 and 9C. RGB value is (1,152,156). Sum of RGB (Red+Green+Blue) = 1+152+156=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #01989C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01989C is #FE6763. Grayscale: #6B6B6B. Windows color (decimal): -16672612 or 10262529. OLE color: 10262529.

HSL color Cylindrical-coordinate representation of color #01989C: hue angle of 181.55º 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 #01989C is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 152 156 -
CMYK 0.99 0.03 0 0.39
HSL 181.55º 0.99% 0.31% -
HSV(B) 181.55º 0.99% 0.61% -
XYZ 17.24 24.86 35.34 -
YUV 107.31 155.47 52.17 -
System Red Green Blue C M Y K H S L
Decimal 1 152 156 0.99 0.03 0 0.39 181.55 0.99 0.31
Hex 1 98 9C 63 3 0 27 B6 63 1F
Octal 1 230 234 143 3 0 47 266 143 37
Binary 1 10011000 10011100 1100011 11 0 100111 10110110 1100011 11111

Color Harmonies of #01989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01989C

Black with #01989C

Text Example


Text Example

White with #01989C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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