Html Css Color HEX #016CBD Navy Blue

📋 copy color: '#016CBD'

red 1 ◦ green 108 ◦ blue 189

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

Shades of Navy Blue #016CBD

Tints of Navy Blue #016CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.42%

R = 0.34%
G = 36.24%
B = 63.42%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#016CBD (or 0x016CBD) is known color: Navy Blue. HEX triplet: 01, 6C and BD. RGB value is (1,108,189). Sum of RGB (Red+Green+Blue) = 1+108+189=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #016CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CBD is #FE9342. Grayscale: #545454. Windows color (decimal): -16683843 or 12413953. OLE color: 12413953.

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

Color convert

RGB 1 108 189 -
CMYK 0.99 0.43 0 0.26
HSL 205.85º 0.99% 0.37% -
HSV(B) 205.85º 0.99% 0.74% -
XYZ 14.56 14.41 50.16 -
YUV 85.24 186.55 67.91 -
System Red Green Blue C M Y K H S L
Decimal 1 108 189 0.99 0.43 0 0.26 205.85 0.99 0.37
Hex 1 6C BD 63 2B 0 1A CE 63 25
Octal 1 154 275 143 53 0 32 316 143 45
Binary 1 1101100 10111101 1100011 101011 0 11010 11001110 1100011 100101

Color Harmonies of #016CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CBD

Black with #016CBD

Text Example


Text Example

White with #016CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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