Html Css Color HEX #017396 Cerulean

📋 copy color: '#017396'

red 1 ◦ green 115 ◦ blue 150

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

Shades of Cerulean #017396

Tints of Cerulean #017396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.23%

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

R = 0.38%
G = 43.23%
B = 56.39%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#017396 (or 0x017396) is known color: Cerulean. HEX triplet: 01, 73 and 96. RGB value is (1,115,150). Sum of RGB (Red+Green+Blue) = 1+115+150=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #017396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017396 is #FE8C69. Grayscale: #545454. Windows color (decimal): -16682090 or 9859841. OLE color: 9859841.

HSL color Cylindrical-coordinate representation of color #017396: hue angle of 194.09º 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 #017396 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 115 150 -
CMYK 0.99 0.23 0 0.41
HSL 194.09º 0.99% 0.3% -
HSV(B) 194.09º 0.99% 0.59% -
XYZ 11.65 14.47 31.03 -
YUV 84.9 164.73 68.15 -
System Red Green Blue C M Y K H S L
Decimal 1 115 150 0.99 0.23 0 0.41 194.09 0.99 0.3
Hex 1 73 96 63 17 0 29 C2 63 1E
Octal 1 163 226 143 27 0 51 302 143 36
Binary 1 1110011 10010110 1100011 10111 0 101001 11000010 1100011 11110

Color Harmonies of #017396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017396

Black with #017396

Text Example


Text Example

White with #017396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017396; }

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

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

background-color css

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

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

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

border-color css

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

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

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