Html Css Color HEX #01709A Cerulean

📋 copy color: '#01709A'

red 1 ◦ green 112 ◦ blue 154

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

Shades of Cerulean #01709A

Tints of Cerulean #01709A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.95%

 BLUE value IS 154 (60.55% from 255) = 57.68%

R = 0.37%
G = 41.95%
B = 57.68%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01709A (or 0x01709A) is known color: Cerulean. HEX triplet: 01, 70 and 9A. RGB value is (1,112,154). Sum of RGB (Red+Green+Blue) = 1+112+154=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #01709A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01709A is #FE8F65. Grayscale: #535353. Windows color (decimal): -16682854 or 10121217. OLE color: 10121217.

HSL color Cylindrical-coordinate representation of color #01709A: hue angle of 196.47º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01709A is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 112 154 -
CMYK 0.99 0.27 0 0.40
HSL 196.47º 0.99% 0.3% -
HSV(B) 196.47º 0.99% 0.6% -
XYZ 11.64 13.93 32.65 -
YUV 83.6 167.73 69.08 -
System Red Green Blue C M Y K H S L
Decimal 1 112 154 0.99 0.27 0 0.40 196.47 0.99 0.3
Hex 1 70 9A 63 1B 0 28 C4 63 1E
Octal 1 160 232 143 33 0 50 304 143 36
Binary 1 1110000 10011010 1100011 11011 0 101000 11000100 1100011 11110

Color Harmonies of #01709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01709A

Black with #01709A

Text Example


Text Example

White with #01709A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01709A; }

 p { color: rgb(1,112,154); }

 H1.HeaderClassName
 {
   color: #01709A;
 }
 .AnyTagClassName
 {
   color: #01709A;
 }
</style>

background-color css

<style>
 a { background-color: #01709A; }

 a { background-color: rgb(1,112,154); }

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

border-color css

<style>
 span { border-color: #01709A; }

 span { border-color: rgb(1,112,154); }

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