Html Css Color HEX #016C95 Cerulean

📋 copy color: '#016C95'

red 1 ◦ green 108 ◦ blue 149

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

Shades of Cerulean #016C95

Tints of Cerulean #016C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.86%

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

R = 0.39%
G = 41.86%
B = 57.75%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#016C95 (or 0x016C95) is known color: Cerulean. HEX triplet: 01, 6C and 95. RGB value is (1,108,149). Sum of RGB (Red+Green+Blue) = 1+108+149=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #016C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016C95 is #FE936A. Grayscale: #505050. Windows color (decimal): -16683883 or 9792513. OLE color: 9792513.

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

Color convert

RGB 1 108 149 -
CMYK 0.99 0.28 0 0.42
HSL 196.62º 0.99% 0.29% -
HSV(B) 196.62º 0.99% 0.58% -
XYZ 10.8 12.9 30.35 -
YUV 80.68 166.55 71.17 -
System Red Green Blue C M Y K H S L
Decimal 1 108 149 0.99 0.28 0 0.42 196.62 0.99 0.29
Hex 1 6C 95 63 1C 0 2A C5 63 1D
Octal 1 154 225 143 34 0 52 305 143 35
Binary 1 1101100 10010101 1100011 11100 0 101010 11000101 1100011 11101

Color Harmonies of #016C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C95

Black with #016C95

Text Example


Text Example

White with #016C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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