Html Css Color HEX #017595 Cerulean

📋 copy color: '#017595'

red 1 ◦ green 117 ◦ blue 149

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

Shades of Cerulean #017595

Tints of Cerulean #017595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.81%

R = 0.37%
G = 43.82%
B = 55.81%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#017595 (or 0x017595) is known color: Cerulean. HEX triplet: 01, 75 and 95. RGB value is (1,117,149). Sum of RGB (Red+Green+Blue) = 1+117+149=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #017595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017595 is #FE8A6A. Grayscale: #555555. Windows color (decimal): -16681579 or 9794817. OLE color: 9794817.

HSL color Cylindrical-coordinate representation of color #017595: hue angle of 192.97º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017595 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 117 149 -
CMYK 0.99 0.21 0 0.42
HSL 192.97º 0.99% 0.29% -
HSV(B) 192.97º 0.99% 0.58% -
XYZ 11.8 14.9 30.69 -
YUV 85.96 163.57 67.4 -
System Red Green Blue C M Y K H S L
Decimal 1 117 149 0.99 0.21 0 0.42 192.97 0.99 0.29
Hex 1 75 95 63 15 0 2A C1 63 1D
Octal 1 165 225 143 25 0 52 301 143 35
Binary 1 1110101 10010101 1100011 10101 0 101010 11000001 1100011 11101

Color Harmonies of #017595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017595

Black with #017595

Text Example


Text Example

White with #017595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017595; }

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

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

background-color css

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

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

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

border-color css

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

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

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