Html Css Color HEX #006DD0 Navy Blue

📋 copy color: '#006DD0'

red 0 ◦ green 109 ◦ blue 208

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

Shades of Navy Blue #006DD0

Tints of Navy Blue #006DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 65.62%

R = 0%
G = 34.38%
B = 65.62%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#006DD0 (or 0x006DD0) is known color: Navy Blue. HEX triplet: 00, 6D and D0. RGB value is (0,109,208). Sum of RGB (Red+Green+Blue) = 0+109+208=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 208 (81.64% from 255 or 65.62% from 317); Max value from RGB is 208 - color contains mainly: blue. Hex color #006DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DD0 is #FF922F. Grayscale: #575757. Windows color (decimal): -16749104 or 13659392. OLE color: 13659392.

HSL color Cylindrical-coordinate representation of color #006DD0: hue angle of 208.56º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DD0 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 109 208 -
CMYK 1 0.48 0 0.18
HSL 208.56º 1% 0.41% -
HSV(B) 208.56º 1% 0.82% -
XYZ 16.85 15.49 61.78 -
YUV 87.7 195.89 65.45 -
System Red Green Blue C M Y K H S L
Decimal 0 109 208 1 0.48 0 0.18 208.56 1 0.41
Hex 0 6D D0 64 30 0 12 D1 64 29
Octal 0 155 320 144 60 0 22 321 144 51
Binary 0 1101101 11010000 1100100 110000 0 10010 11010001 1100100 101001

Color Harmonies of #006DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DD0

Black with #006DD0

Text Example


Text Example

White with #006DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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