Html Css Color HEX #017095 Cerulean

📋 copy color: '#017095'

red 1 ◦ green 112 ◦ blue 149

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

Shades of Cerulean #017095

Tints of Cerulean #017095

RGB

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

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

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

R = 0.38%
G = 42.75%
B = 56.87%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#017095 (or 0x017095) is known color: Cerulean. HEX triplet: 01, 70 and 95. RGB value is (1,112,149). Sum of RGB (Red+Green+Blue) = 1+112+149=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #017095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017095 is #FE8F6A. Grayscale: #525252. Windows color (decimal): -16682859 or 9793537. OLE color: 9793537.

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

Color convert

RGB 1 112 149 -
CMYK 0.99 0.25 0 0.42
HSL 195º 0.99% 0.29% -
HSV(B) 195º 0.99% 0.58% -
XYZ 11.23 13.76 30.5 -
YUV 83.03 165.23 69.49 -
System Red Green Blue C M Y K H S L
Decimal 1 112 149 0.99 0.25 0 0.42 195 0.99 0.29
Hex 1 70 95 63 19 0 2A C3 63 1D
Octal 1 160 225 143 31 0 52 303 143 35
Binary 1 1110000 10010101 1100011 11001 0 101010 11000011 1100011 11101

Color Harmonies of #017095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017095

Black with #017095

Text Example


Text Example

White with #017095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017095; }

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

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

background-color css

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

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

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

border-color css

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

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

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