Html Css Color HEX #01769E Cerulean

📋 copy color: '#01769E'

red 1 ◦ green 118 ◦ blue 158

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

Shades of Cerulean #01769E

Tints of Cerulean #01769E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.6%

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

R = 0.36%
G = 42.6%
B = 57.04%

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

#01769E (or 0x01769E) is known color: Cerulean. HEX triplet: 01, 76 and 9E. RGB value is (1,118,158). Sum of RGB (Red+Green+Blue) = 1+118+158=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #01769E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01769E is #FE8961. Grayscale: #575757. Windows color (decimal): -16681314 or 10384897. OLE color: 10384897.

HSL color Cylindrical-coordinate representation of color #01769E: hue angle of 195.29º 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 #01769E is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 118 158 -
CMYK 0.99 0.25 0 0.38
HSL 195.29º 0.99% 0.31% -
HSV(B) 195.29º 0.99% 0.62% -
XYZ 12.66 15.43 34.66 -
YUV 87.58 167.74 66.25 -
System Red Green Blue C M Y K H S L
Decimal 1 118 158 0.99 0.25 0 0.38 195.29 0.99 0.31
Hex 1 76 9E 63 19 0 26 C3 63 1F
Octal 1 166 236 143 31 0 46 303 143 37
Binary 1 1110110 10011110 1100011 11001 0 100110 11000011 1100011 11111

Color Harmonies of #01769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01769E

Black with #01769E

Text Example


Text Example

White with #01769E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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