Html Css Color HEX #01779E Cerulean

📋 copy color: '#01779E'

red 1 ◦ green 119 ◦ blue 158

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

Shades of Cerulean #01779E

Tints of Cerulean #01779E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.81%

 BLUE value IS 158 (62.11% from 255) = 56.83%

R = 0.36%
G = 42.81%
B = 56.83%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01779E (or 0x01779E) is known color: Cerulean. HEX triplet: 01, 77 and 9E. RGB value is (1,119,158). Sum of RGB (Red+Green+Blue) = 1+119+158=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #01779E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01779E is #FE8861. Grayscale: #575757. Windows color (decimal): -16681058 or 10385153. OLE color: 10385153.

HSL color Cylindrical-coordinate representation of color #01779E: hue angle of 194.9º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01779E is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 119 158 -
CMYK 0.99 0.25 0 0.38
HSL 194.9º 0.99% 0.31% -
HSV(B) 194.9º 0.99% 0.62% -
XYZ 12.78 15.67 34.7 -
YUV 88.16 167.41 65.83 -
System Red Green Blue C M Y K H S L
Decimal 1 119 158 0.99 0.25 0 0.38 194.9 0.99 0.31
Hex 1 77 9E 63 19 0 26 C3 63 1F
Octal 1 167 236 143 31 0 46 303 143 37
Binary 1 1110111 10011110 1100011 11001 0 100110 11000011 1100011 11111

Color Harmonies of #01779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01779E

Black with #01779E

Text Example


Text Example

White with #01779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01779E; }

 p { color: rgb(1,119,158); }

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

background-color css

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

 a { background-color: rgb(1,119,158); }

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

border-color css

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

 span { border-color: rgb(1,119,158); }

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