Html Css Color HEX #01708F Cerulean

📋 copy color: '#01708F'

red 1 ◦ green 112 ◦ blue 143

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

Shades of Cerulean #01708F

Tints of Cerulean #01708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 55.86%

R = 0.39%
G = 43.75%
B = 55.86%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01708F (or 0x01708F) is known color: Cerulean. HEX triplet: 01, 70 and 8F. RGB value is (1,112,143). Sum of RGB (Red+Green+Blue) = 1+112+143=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #01708F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01708F is #FE8F70. Grayscale: #525252. Windows color (decimal): -16682865 or 9400321. OLE color: 9400321.

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

Color convert

RGB 1 112 143 -
CMYK 0.99 0.22 0 0.44
HSL 193.1º 0.99% 0.28% -
HSV(B) 193.1º 0.99% 0.56% -
XYZ 10.76 13.58 28.04 -
YUV 82.35 162.23 69.98 -
System Red Green Blue C M Y K H S L
Decimal 1 112 143 0.99 0.22 0 0.44 193.1 0.99 0.28
Hex 1 70 8F 63 16 0 2C C1 63 1C
Octal 1 160 217 143 26 0 54 301 143 34
Binary 1 1110000 10001111 1100011 10110 0 101100 11000001 1100011 11100

Color Harmonies of #01708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01708F

Black with #01708F

Text Example


Text Example

White with #01708F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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