Html Css Color HEX #016A95 Cerulean

📋 copy color: '#016A95'

red 1 ◦ green 106 ◦ blue 149

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

Shades of Cerulean #016A95

Tints of Cerulean #016A95

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.41%

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

R = 0.39%
G = 41.41%
B = 58.2%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#016A95 (or 0x016A95) is known color: Cerulean. HEX triplet: 01, 6A and 95. RGB value is (1,106,149). Sum of RGB (Red+Green+Blue) = 1+106+149=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #016A95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016A95 is #FE956A. Grayscale: #4F4F4F. Windows color (decimal): -16684395 or 9792001. OLE color: 9792001.

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

Color convert

RGB 1 106 149 -
CMYK 0.99 0.29 0 0.42
HSL 197.43º 0.99% 0.29% -
HSV(B) 197.43º 0.99% 0.58% -
XYZ 10.59 12.48 30.29 -
YUV 79.51 167.21 72 -
System Red Green Blue C M Y K H S L
Decimal 1 106 149 0.99 0.29 0 0.42 197.43 0.99 0.29
Hex 1 6A 95 63 1D 0 2A C5 63 1D
Octal 1 152 225 143 35 0 52 305 143 35
Binary 1 1101010 10010101 1100011 11101 0 101010 11000101 1100011 11101

Color Harmonies of #016A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016A95

Black with #016A95

Text Example


Text Example

White with #016A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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