Html Css Color HEX #01719B Cerulean

📋 copy color: '#01719B'

red 1 ◦ green 113 ◦ blue 155

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

Shades of Cerulean #01719B

Tints of Cerulean #01719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.01%

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

R = 0.37%
G = 42.01%
B = 57.62%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01719B (or 0x01719B) is known color: Cerulean. HEX triplet: 01, 71 and 9B. RGB value is (1,113,155). Sum of RGB (Red+Green+Blue) = 1+113+155=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #01719B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01719B is #FE8E64. Grayscale: #545454. Windows color (decimal): -16682597 or 10187009. OLE color: 10187009.

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

Color convert

RGB 1 113 155 -
CMYK 0.99 0.27 0 0.39
HSL 196.36º 0.99% 0.31% -
HSV(B) 196.36º 0.99% 0.61% -
XYZ 11.83 14.18 33.12 -
YUV 84.3 167.89 68.58 -
System Red Green Blue C M Y K H S L
Decimal 1 113 155 0.99 0.27 0 0.39 196.36 0.99 0.31
Hex 1 71 9B 63 1B 0 27 C4 63 1F
Octal 1 161 233 143 33 0 47 304 143 37
Binary 1 1110001 10011011 1100011 11011 0 100111 11000100 1100011 11111

Color Harmonies of #01719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01719B

Black with #01719B

Text Example


Text Example

White with #01719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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