Html Css Color HEX #016EA1 Cerulean

📋 copy color: '#016EA1'

red 1 ◦ green 110 ◦ blue 161

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

Shades of Cerulean #016EA1

Tints of Cerulean #016EA1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.44%

 BLUE value IS 161 (63.28% from 255) = 59.19%

R = 0.37%
G = 40.44%
B = 59.19%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#016EA1 (or 0x016EA1) is known color: Cerulean. HEX triplet: 01, 6E and A1. RGB value is (1,110,161). Sum of RGB (Red+Green+Blue) = 1+110+161=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 161 (63.28% from 255 or 59.19% from 272); Max value from RGB is 161 - color contains mainly: blue. Hex color #016EA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016EA1 is #FE915E. Grayscale: #525252. Windows color (decimal): -16683359 or 10579457. OLE color: 10579457.

HSL color Cylindrical-coordinate representation of color #016EA1: hue angle of 199.12º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016EA1 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 110 161 -
CMYK 0.99 0.32 0 0.37
HSL 199.13º 0.99% 0.32% -
HSV(B) 199.13º 0.99% 0.63% -
XYZ 12.02 13.73 35.74 -
YUV 83.22 171.89 69.35 -
System Red Green Blue C M Y K H S L
Decimal 1 110 161 0.99 0.32 0 0.37 199.13 0.99 0.32
Hex 1 6E A1 63 20 0 25 C7 63 20
Octal 1 156 241 143 40 0 45 307 143 40
Binary 1 1101110 10100001 1100011 100000 0 100101 11000111 1100011 100000

Color Harmonies of #016EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016EA1

Black with #016EA1

Text Example


Text Example

White with #016EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,110,161); }

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

background-color css

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

 a { background-color: rgb(1,110,161); }

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

border-color css

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

 span { border-color: rgb(1,110,161); }

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