Html Css Color HEX #017096 Cerulean

📋 copy color: '#017096'

red 1 ◦ green 112 ◦ blue 150

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

Shades of Cerulean #017096

Tints of Cerulean #017096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 57.03%

R = 0.38%
G = 42.59%
B = 57.03%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#017096 (or 0x017096) is known color: Cerulean. HEX triplet: 01, 70 and 96. RGB value is (1,112,150). Sum of RGB (Red+Green+Blue) = 1+112+150=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #017096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017096 is #FE8F69. Grayscale: #525252. Windows color (decimal): -16682858 or 9859073. OLE color: 9859073.

HSL color Cylindrical-coordinate representation of color #017096: hue angle of 195.3º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017096 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 112 150 -
CMYK 0.99 0.25 0 0.41
HSL 195.3º 0.99% 0.3% -
HSV(B) 195.3º 0.99% 0.59% -
XYZ 11.31 13.8 30.92 -
YUV 83.14 165.73 69.41 -
System Red Green Blue C M Y K H S L
Decimal 1 112 150 0.99 0.25 0 0.41 195.3 0.99 0.3
Hex 1 70 96 63 19 0 29 C3 63 1E
Octal 1 160 226 143 31 0 51 303 143 36
Binary 1 1110000 10010110 1100011 11001 0 101001 11000011 1100011 11110

Color Harmonies of #017096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017096

Black with #017096

Text Example


Text Example

White with #017096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017096; }

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

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

background-color css

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

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

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

border-color css

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

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

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