Html Css Color HEX #01769B Cerulean

📋 copy color: '#01769B'

red 1 ◦ green 118 ◦ blue 155

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

Shades of Cerulean #01769B

Tints of Cerulean #01769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.57%

R = 0.36%
G = 43.07%
B = 56.57%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01769B (or 0x01769B) is known color: Cerulean. HEX triplet: 01, 76 and 9B. RGB value is (1,118,155). Sum of RGB (Red+Green+Blue) = 1+118+155=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #01769B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01769B is #FE8964. Grayscale: #565656. Windows color (decimal): -16681317 or 10188289. OLE color: 10188289.

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

Color convert

RGB 1 118 155 -
CMYK 0.99 0.24 0 0.39
HSL 194.42º 0.99% 0.31% -
HSV(B) 194.42º 0.99% 0.61% -
XYZ 12.41 15.33 33.32 -
YUV 87.24 166.24 66.49 -
System Red Green Blue C M Y K H S L
Decimal 1 118 155 0.99 0.24 0 0.39 194.42 0.99 0.31
Hex 1 76 9B 63 18 0 27 C2 63 1F
Octal 1 166 233 143 30 0 47 302 143 37
Binary 1 1110110 10011011 1100011 11000 0 100111 11000010 1100011 11111

Color Harmonies of #01769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01769B

Black with #01769B

Text Example


Text Example

White with #01769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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