Html Css Color HEX #017795 Cerulean

📋 copy color: '#017795'

red 1 ◦ green 119 ◦ blue 149

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

Shades of Cerulean #017795

Tints of Cerulean #017795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.24%

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

R = 0.37%
G = 44.24%
B = 55.39%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#017795 (or 0x017795) is known color: Cerulean. HEX triplet: 01, 77 and 95. RGB value is (1,119,149). Sum of RGB (Red+Green+Blue) = 1+119+149=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #017795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017795 is #FE886A. Grayscale: #565656. Windows color (decimal): -16681067 or 9795329. OLE color: 9795329.

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

Color convert

RGB 1 119 149 -
CMYK 0.99 0.20 0 0.42
HSL 192.16º 0.99% 0.29% -
HSV(B) 192.16º 0.99% 0.58% -
XYZ 12.03 15.37 30.77 -
YUV 87.14 162.91 66.56 -
System Red Green Blue C M Y K H S L
Decimal 1 119 149 0.99 0.20 0 0.42 192.16 0.99 0.29
Hex 1 77 95 63 14 0 2A C0 63 1D
Octal 1 167 225 143 24 0 52 300 143 35
Binary 1 1110111 10010101 1100011 10100 0 101010 11000000 1100011 11101

Color Harmonies of #017795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017795

Black with #017795

Text Example


Text Example

White with #017795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017795; }

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

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

background-color css

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

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

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

border-color css

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

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

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