Html Css Color HEX #01718F Cerulean

📋 copy color: '#01718F'

red 1 ◦ green 113 ◦ blue 143

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

Shades of Cerulean #01718F

Tints of Cerulean #01718F

RGB

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

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

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

R = 0.39%
G = 43.97%
B = 55.64%

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

#01718F (or 0x01718F) is known color: Cerulean. HEX triplet: 01, 71 and 8F. RGB value is (1,113,143). Sum of RGB (Red+Green+Blue) = 1+113+143=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 143 (56.25% from 255 or 55.64% from 257); Max value from RGB is 143 - color contains mainly: blue. Hex color #01718F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01718F is #FE8E70. Grayscale: #525252. Windows color (decimal): -16682609 or 9400577. OLE color: 9400577.

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

Color convert

RGB 1 113 143 -
CMYK 0.99 0.21 0 0.44
HSL 192.68º 0.99% 0.28% -
HSV(B) 192.68º 0.99% 0.56% -
XYZ 10.88 13.8 28.08 -
YUV 82.93 161.89 69.56 -
System Red Green Blue C M Y K H S L
Decimal 1 113 143 0.99 0.21 0 0.44 192.68 0.99 0.28
Hex 1 71 8F 63 15 0 2C C1 63 1C
Octal 1 161 217 143 25 0 54 301 143 34
Binary 1 1110001 10001111 1100011 10101 0 101100 11000001 1100011 11100

Color Harmonies of #01718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01718F

Black with #01718F

Text Example


Text Example

White with #01718F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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