Html Css Color HEX #016595 Cerulean

📋 copy color: '#016595'

red 1 ◦ green 101 ◦ blue 149

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

Shades of Cerulean #016595

Tints of Cerulean #016595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.24%

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

R = 0.4%
G = 40.24%
B = 59.36%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#016595 (or 0x016595) is known color: Cerulean. HEX triplet: 01, 65 and 95. RGB value is (1,101,149). Sum of RGB (Red+Green+Blue) = 1+101+149=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #016595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016595 is #FE9A6A. Grayscale: #4C4C4C. Windows color (decimal): -16685675 or 9790721. OLE color: 9790721.

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

Color convert

RGB 1 101 149 -
CMYK 0.99 0.32 0 0.42
HSL 199.46º 0.99% 0.29% -
HSV(B) 199.46º 0.99% 0.58% -
XYZ 10.09 11.48 30.12 -
YUV 76.57 168.87 74.1 -
System Red Green Blue C M Y K H S L
Decimal 1 101 149 0.99 0.32 0 0.42 199.46 0.99 0.29
Hex 1 65 95 63 20 0 2A C7 63 1D
Octal 1 145 225 143 40 0 52 307 143 35
Binary 1 1100101 10010101 1100011 100000 0 101010 11000111 1100011 11101

Color Harmonies of #016595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016595

Black with #016595

Text Example


Text Example

White with #016595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016595; }

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

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

background-color css

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

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

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

border-color css

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

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

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