Html Css Color HEX #016CAD Cerulean

📋 copy color: '#016CAD'

red 1 ◦ green 108 ◦ blue 173

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

Shades of Cerulean #016CAD

Tints of Cerulean #016CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 61.35%

R = 0.35%
G = 38.3%
B = 61.35%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#016CAD (or 0x016CAD) is known color: Cerulean. HEX triplet: 01, 6C and AD. RGB value is (1,108,173). Sum of RGB (Red+Green+Blue) = 1+108+173=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #016CAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016CAD is #FE9352. Grayscale: #535353. Windows color (decimal): -16683859 or 11365377. OLE color: 11365377.

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

Color convert

RGB 1 108 173 -
CMYK 0.99 0.38 0 0.32
HSL 202.67º 0.99% 0.34% -
HSV(B) 202.67º 0.99% 0.68% -
XYZ 12.92 13.75 41.51 -
YUV 83.42 178.55 69.21 -
System Red Green Blue C M Y K H S L
Decimal 1 108 173 0.99 0.38 0 0.32 202.67 0.99 0.34
Hex 1 6C AD 63 26 0 20 CB 63 22
Octal 1 154 255 143 46 0 40 313 143 42
Binary 1 1101100 10101101 1100011 100110 0 100000 11001011 1100011 100010

Color Harmonies of #016CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CAD

Black with #016CAD

Text Example


Text Example

White with #016CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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