Html Css Color HEX #017596 Cerulean

📋 copy color: '#017596'

red 1 ◦ green 117 ◦ blue 150

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

Shades of Cerulean #017596

Tints of Cerulean #017596

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.66%

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

R = 0.37%
G = 43.66%
B = 55.97%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#017596 (or 0x017596) is known color: Cerulean. HEX triplet: 01, 75 and 96. RGB value is (1,117,150). Sum of RGB (Red+Green+Blue) = 1+117+150=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #017596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017596 is #FE8A69. Grayscale: #555555. Windows color (decimal): -16681578 or 9860353. OLE color: 9860353.

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

Color convert

RGB 1 117 150 -
CMYK 0.99 0.22 0 0.41
HSL 193.29º 0.99% 0.3% -
HSV(B) 193.29º 0.99% 0.59% -
XYZ 11.88 14.93 31.11 -
YUV 86.08 164.07 67.32 -
System Red Green Blue C M Y K H S L
Decimal 1 117 150 0.99 0.22 0 0.41 193.29 0.99 0.3
Hex 1 75 96 63 16 0 29 C1 63 1E
Octal 1 165 226 143 26 0 51 301 143 36
Binary 1 1110101 10010110 1100011 10110 0 101001 11000001 1100011 11110

Color Harmonies of #017596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017596

Black with #017596

Text Example


Text Example

White with #017596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017596; }

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

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

background-color css

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

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

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

border-color css

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

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

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