Html Css Color HEX #006DCD Navy Blue

📋 copy color: '#006DCD'

red 0 ◦ green 109 ◦ blue 205

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

Shades of Navy Blue #006DCD

Tints of Navy Blue #006DCD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 205 (80.47% from 255) = 65.29%

R = 0%
G = 34.71%
B = 65.29%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#006DCD (or 0x006DCD) is known color: Navy Blue. HEX triplet: 00, 6D and CD. RGB value is (0,109,205). Sum of RGB (Red+Green+Blue) = 0+109+205=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #006DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DCD is #FF9232. Grayscale: #565656. Windows color (decimal): -16749107 or 13462784. OLE color: 13462784.

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

Color convert

RGB 0 109 205 -
CMYK 1 0.47 0 0.20
HSL 208.1º 1% 0.4% -
HSV(B) 208.1º 1% 0.8% -
XYZ 16.49 15.35 59.85 -
YUV 87.35 194.39 65.69 -
System Red Green Blue C M Y K H S L
Decimal 0 109 205 1 0.47 0 0.20 208.1 1 0.4
Hex 0 6D CD 64 2F 0 14 D0 64 28
Octal 0 155 315 144 57 0 24 320 144 50
Binary 0 1101101 11001101 1100100 101111 0 10100 11010000 1100100 101000

Color Harmonies of #006DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DCD

Black with #006DCD

Text Example


Text Example

White with #006DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,109,205); }

 H1.HeaderClassName
 {
   color: #006DCD;
 }
 .AnyTagClassName
 {
   color: #006DCD;
 }
</style>

background-color css

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

 a { background-color: rgb(0,109,205); }

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

border-color css

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

 span { border-color: rgb(0,109,205); }

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