Html Css Color HEX #01708E Cerulean

📋 copy color: '#01708E'

red 1 ◦ green 112 ◦ blue 142

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

Shades of Cerulean #01708E

Tints of Cerulean #01708E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 55.69%

R = 0.39%
G = 43.92%
B = 55.69%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01708E (or 0x01708E) is known color: Cerulean. HEX triplet: 01, 70 and 8E. RGB value is (1,112,142). Sum of RGB (Red+Green+Blue) = 1+112+142=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #01708E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01708E is #FE8F71. Grayscale: #525252. Windows color (decimal): -16682866 or 9334785. OLE color: 9334785.

HSL color Cylindrical-coordinate representation of color #01708E: hue angle of 192.77º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01708E is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 112 142 -
CMYK 0.99 0.21 0 0.44
HSL 192.77º 0.99% 0.28% -
HSV(B) 192.77º 0.99% 0.56% -
XYZ 10.69 13.55 27.64 -
YUV 82.23 161.73 70.06 -
System Red Green Blue C M Y K H S L
Decimal 1 112 142 0.99 0.21 0 0.44 192.77 0.99 0.28
Hex 1 70 8E 63 15 0 2C C1 63 1C
Octal 1 160 216 143 25 0 54 301 143 34
Binary 1 1110000 10001110 1100011 10101 0 101100 11000001 1100011 11100

Color Harmonies of #01708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01708E

Black with #01708E

Text Example


Text Example

White with #01708E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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