Html Css Color HEX #0D6ECE Navy Blue

📋 copy color: '#0D6ECE'

red 13 ◦ green 110 ◦ blue 206

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

Shades of Navy Blue #0D6ECE

Tints of Navy Blue #0D6ECE

RGB

 RED value IS 13 (5.47% from 255) = 3.95%

 GREEN value IS 110 (43.36% from 255) = 33.43%

 BLUE value IS 206 (80.86% from 255) = 62.61%

R = 3.95%
G = 33.43%
B = 62.61%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0D6ECE (or 0x0D6ECE) is known color: Navy Blue. HEX triplet: 0D, 6E and CE. RGB value is (13,110,206). Sum of RGB (Red+Green+Blue) = 13+110+206=329 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.95% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D6ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6ECE is #F29131. Grayscale: #5B5B5B. Windows color (decimal): -15896882 or 13528589. OLE color: 13528589.

HSL color Cylindrical-coordinate representation of color #0D6ECE: hue angle of 209.84º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D6ECE is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 110 206 -
CMYK 0.94 0.47 0 0.19
HSL 209.84º 0.88% 0.43% -
HSV(B) 209.84º 0.94% 0.81% -
XYZ 16.88 15.69 60.53 -
YUV 91.94 192.36 71.69 -
System Red Green Blue C M Y K H S L
Decimal 13 110 206 0.94 0.47 0 0.19 209.84 0.88 0.43
Hex D 6E CE 5E 2F 0 13 D2 58 2B
Octal 15 156 316 136 57 0 23 322 130 53
Binary 1101 1101110 11001110 1011110 101111 0 10011 11010010 1011000 101011

Color Harmonies of #0D6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6ECE

Black with #0D6ECE

Text Example


Text Example

White with #0D6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D6ECE; }

 p { color: rgb(13,110,206); }

 H1.HeaderClassName
 {
   color: #0D6ECE;
 }
 .AnyTagClassName
 {
   color: #0D6ECE;
 }
</style>

background-color css

<style>
 a { background-color: #0D6ECE; }

 a { background-color: rgb(13,110,206); }

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

border-color css

<style>
 span { border-color: #0D6ECE; }

 span { border-color: rgb(13,110,206); }

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