Html Css Color HEX #016CCB Navy Blue

📋 copy color: '#016CCB'

red 1 ◦ green 108 ◦ blue 203

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

Shades of Navy Blue #016CCB

Tints of Navy Blue #016CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.06%

R = 0.32%
G = 34.62%
B = 65.06%

CMYK

 C value IS 1.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#016CCB (or 0x016CCB) is known color: Navy Blue. HEX triplet: 01, 6C and CB. RGB value is (1,108,203). Sum of RGB (Red+Green+Blue) = 1+108+203=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #016CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CCB is #FE9334. Grayscale: #565656. Windows color (decimal): -16683829 or 13331457. OLE color: 13331457.

HSL color Cylindrical-coordinate representation of color #016CCB: hue angle of 208.22º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016CCB is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 108 203 -
CMYK 1.00 0.47 0 0.20
HSL 208.22º 0.99% 0.4% -
HSV(B) 208.22º 1% 0.8% -
XYZ 16.15 15.04 58.55 -
YUV 86.84 193.55 66.78 -
System Red Green Blue C M Y K H S L
Decimal 1 108 203 1.00 0.47 0 0.20 208.22 0.99 0.4
Hex 1 6C CB 64 2F 0 14 D0 63 28
Octal 1 154 313 144 57 0 24 320 143 50
Binary 1 1101100 11001011 1100100 101111 0 10100 11010000 1100011 101000

Color Harmonies of #016CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CCB

Black with #016CCB

Text Example


Text Example

White with #016CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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