Html Css Color HEX #016195 Cerulean

📋 copy color: '#016195'

red 1 ◦ green 97 ◦ blue 149

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

Shades of Cerulean #016195

Tints of Cerulean #016195

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.27%

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

R = 0.4%
G = 39.27%
B = 60.32%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#016195 (or 0x016195) is known color: Cerulean. HEX triplet: 01, 61 and 95. RGB value is (1,97,149). Sum of RGB (Red+Green+Blue) = 1+97+149=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #016195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016195 is #FE9E6A. Grayscale: #494949. Windows color (decimal): -16686699 or 9789697. OLE color: 9789697.

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

Color convert

RGB 1 97 149 -
CMYK 0.99 0.35 0 0.42
HSL 201.08º 0.99% 0.29% -
HSV(B) 201.08º 0.99% 0.58% -
XYZ 9.71 10.73 29.99 -
YUV 74.22 170.2 75.77 -
System Red Green Blue C M Y K H S L
Decimal 1 97 149 0.99 0.35 0 0.42 201.08 0.99 0.29
Hex 1 61 95 63 23 0 2A C9 63 1D
Octal 1 141 225 143 43 0 52 311 143 35
Binary 1 1100001 10010101 1100011 100011 0 101010 11001001 1100011 11101

Color Harmonies of #016195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016195

Black with #016195

Text Example


Text Example

White with #016195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016195; }

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

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

background-color css

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

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

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

border-color css

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

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

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