Html Css Color HEX #01769F Cerulean

📋 copy color: '#01769F'

red 1 ◦ green 118 ◦ blue 159

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

Shades of Cerulean #01769F

Tints of Cerulean #01769F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.19%

R = 0.36%
G = 42.45%
B = 57.19%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01769F (or 0x01769F) is known color: Cerulean. HEX triplet: 01, 76 and 9F. RGB value is (1,118,159). Sum of RGB (Red+Green+Blue) = 1+118+159=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #01769F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01769F is #FE8960. Grayscale: #575757. Windows color (decimal): -16681313 or 10450433. OLE color: 10450433.

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

Color convert

RGB 1 118 159 -
CMYK 0.99 0.26 0 0.38
HSL 195.57º 0.99% 0.31% -
HSV(B) 195.57º 0.99% 0.62% -
XYZ 12.75 15.47 35.11 -
YUV 87.69 168.24 66.17 -
System Red Green Blue C M Y K H S L
Decimal 1 118 159 0.99 0.26 0 0.38 195.57 0.99 0.31
Hex 1 76 9F 63 1A 0 26 C4 63 1F
Octal 1 166 237 143 32 0 46 304 143 37
Binary 1 1110110 10011111 1100011 11010 0 100110 11000100 1100011 11111

Color Harmonies of #01769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01769F

Black with #01769F

Text Example


Text Example

White with #01769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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