Html Css Color HEX #016DAC Cerulean

📋 copy color: '#016DAC'

red 1 ◦ green 109 ◦ blue 172

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

Shades of Cerulean #016DAC

Tints of Cerulean #016DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.65%

 BLUE value IS 172 (67.58% from 255) = 60.99%

R = 0.35%
G = 38.65%
B = 60.99%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#016DAC (or 0x016DAC) is known color: Cerulean. HEX triplet: 01, 6D and AC. RGB value is (1,109,172). Sum of RGB (Red+Green+Blue) = 1+109+172=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #016DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016DAC is #FE9253. Grayscale: #535353. Windows color (decimal): -16683604 or 11300097. OLE color: 11300097.

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

Color convert

RGB 1 109 172 -
CMYK 0.99 0.37 0 0.33
HSL 202.11º 0.99% 0.34% -
HSV(B) 202.11º 0.99% 0.67% -
XYZ 12.93 13.92 41.04 -
YUV 83.89 177.72 68.88 -
System Red Green Blue C M Y K H S L
Decimal 1 109 172 0.99 0.37 0 0.33 202.11 0.99 0.34
Hex 1 6D AC 63 25 0 21 CA 63 22
Octal 1 155 254 143 45 0 41 312 143 42
Binary 1 1101101 10101100 1100011 100101 0 100001 11001010 1100011 100010

Color Harmonies of #016DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016DAC

Black with #016DAC

Text Example


Text Example

White with #016DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,109,172); }

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

background-color css

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

 a { background-color: rgb(1,109,172); }

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

border-color css

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

 span { border-color: rgb(1,109,172); }

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