#006CD5

Color #006CD5 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #006CD5

Tints of Navy Blue #006CD5

Color information

#006CD5 (or 0x006CD5) is unknown color: approx Navy Blue. HEX triplet: 00, 6C and D5. RGB value is (0,108,213). Sum of RGB (Red+Green+Blue) = 0+108+213=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 213 (83.59% from 255 or 66.36% from 321); Max value from RGB is 213 - color contains mainly: blue. Hex color #006CD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CD5 is #FF932A. Grayscale: #575757. Windows color (decimal): -16749355 or 13986816. OLE color: 13986816.

HSL color Cylindrical-coordinate representation of color #006CD5: hue angle of 209.58º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CD5 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB0108213-
CMYK10.4900.16
HSL209.58º100%41.76%-
HSV(B)209.58º100%83.53%-
XYZ17.3715.5365.03-
YUV87.68198.7265.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 213 (83.59% from 255) = 66.36%
R=0%
G=33.64%
B=66.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal010821310.4900.16209.5810041.76
Hex06CD56431010d2642a
Octal01543251446102032214452
Binary01101100110101011100100110001010000110100101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006CD5; }

 p { color: rgb(0,108,213); }

 H1.HeaderClassName
 {
   color: #006CD5;
 }
 .AnyTagClassName
 {
   color: #006CD5;
 }
</style>
background-color css

<style>
 a { background-color: #006CD5; }

 a { background-color: rgb(0,108,213); }

 div.DivClassName
 {
   background-color: #006CD5;
 }
 .BgClassName
 {
   background-color: #006CD5;
 }
</style>
border-color css

<style>
 span { border-color: #006CD5; }

 span { border-color: rgb(0,108,213); }

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