Html Css Color HEX #01979C Eastern Blue

📋 copy color: '#01979C'

red 1 ◦ green 151 ◦ blue 156

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

Shades of Eastern Blue #01979C

Tints of Eastern Blue #01979C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.03%

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

R = 0.32%
G = 49.03%
B = 50.65%

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

#01979C (or 0x01979C) is known color: Eastern Blue. HEX triplet: 01, 97 and 9C. RGB value is (1,151,156). Sum of RGB (Red+Green+Blue) = 1+151+156=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #01979C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01979C is #FE6863. Grayscale: #6A6A6A. Windows color (decimal): -16672868 or 10262273. OLE color: 10262273.

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

Color convert

RGB 1 151 156 -
CMYK 0.99 0.03 0 0.39
HSL 181.94º 0.99% 0.31% -
HSV(B) 181.94º 0.99% 0.61% -
XYZ 17.08 24.54 35.29 -
YUV 106.72 155.81 52.59 -
System Red Green Blue C M Y K H S L
Decimal 1 151 156 0.99 0.03 0 0.39 181.94 0.99 0.31
Hex 1 97 9C 63 3 0 27 B6 63 1F
Octal 1 227 234 143 3 0 47 266 143 37
Binary 1 10010111 10011100 1100011 11 0 100111 10110110 1100011 11111

Color Harmonies of #01979C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01979C

Black with #01979C

Text Example


Text Example

White with #01979C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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