Html Css Color HEX #0D6FD5 Navy Blue

📋 copy color: '#0D6FD5'

red 13 ◦ green 111 ◦ blue 213

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

Shades of Navy Blue #0D6FD5

Tints of Navy Blue #0D6FD5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.94%

 BLUE value IS 213 (83.59% from 255) = 63.2%

R = 3.86%
G = 32.94%
B = 63.2%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0D6FD5 (or 0x0D6FD5) is known color: Navy Blue. HEX triplet: 0D, 6F and D5. RGB value is (13,111,213). Sum of RGB (Red+Green+Blue) = 13+111+213=337 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.86% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 213 (83.59% from 255 or 63.20% from 337); Max value from RGB is 213 - color contains mainly: blue. Hex color #0D6FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6FD5 is #F2902A. Grayscale: #5C5C5C. Windows color (decimal): -15896619 or 13987597. OLE color: 13987597.

HSL color Cylindrical-coordinate representation of color #0D6FD5: hue angle of 210.6º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D6FD5 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 111 213 -
CMYK 0.94 0.48 0 0.16
HSL 210.6º 0.88% 0.44% -
HSV(B) 210.6º 0.94% 0.84% -
XYZ 17.86 16.26 65.15 -
YUV 93.33 195.53 70.71 -
System Red Green Blue C M Y K H S L
Decimal 13 111 213 0.94 0.48 0 0.16 210.6 0.88 0.44
Hex D 6F D5 5E 30 0 10 D3 58 2C
Octal 15 157 325 136 60 0 20 323 130 54
Binary 1101 1101111 11010101 1011110 110000 0 10000 11010011 1011000 101100

Color Harmonies of #0D6FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6FD5

Black with #0D6FD5

Text Example


Text Example

White with #0D6FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,111,213); }

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

background-color css

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

 a { background-color: rgb(13,111,213); }

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

border-color css

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

 span { border-color: rgb(13,111,213); }

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