Html Css Color HEX #017395 Cerulean

📋 copy color: '#017395'

red 1 ◦ green 115 ◦ blue 149

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

Shades of Cerulean #017395

Tints of Cerulean #017395

RGB

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

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

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

R = 0.38%
G = 43.4%
B = 56.23%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#017395 (or 0x017395) is known color: Cerulean. HEX triplet: 01, 73 and 95. RGB value is (1,115,149). Sum of RGB (Red+Green+Blue) = 1+115+149=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #017395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017395 is #FE8C6A. Grayscale: #545454. Windows color (decimal): -16682091 or 9794305. OLE color: 9794305.

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

Color convert

RGB 1 115 149 -
CMYK 0.99 0.23 0 0.42
HSL 193.78º 0.99% 0.29% -
HSV(B) 193.78º 0.99% 0.58% -
XYZ 11.57 14.44 30.61 -
YUV 84.79 164.23 68.24 -
System Red Green Blue C M Y K H S L
Decimal 1 115 149 0.99 0.23 0 0.42 193.78 0.99 0.29
Hex 1 73 95 63 17 0 2A C2 63 1D
Octal 1 163 225 143 27 0 52 302 143 35
Binary 1 1110011 10010101 1100011 10111 0 101010 11000010 1100011 11101

Color Harmonies of #017395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017395

Black with #017395

Text Example


Text Example

White with #017395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017395; }

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

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

background-color css

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

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

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

border-color css

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

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

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