Html Css Color HEX #0D5FD6 Navy Blue

📋 copy color: '#0D5FD6'

red 13 ◦ green 95 ◦ blue 214

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

Shades of Navy Blue #0D5FD6

Tints of Navy Blue #0D5FD6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.5%

 BLUE value IS 214 (83.98% from 255) = 66.46%

R = 4.04%
G = 29.5%
B = 66.46%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0D5FD6 (or 0x0D5FD6) is known color: Navy Blue. HEX triplet: 0D, 5F and D6. RGB value is (13,95,214). Sum of RGB (Red+Green+Blue) = 13+95+214=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 214 (83.98% from 255 or 66.46% from 322); Max value from RGB is 214 - color contains mainly: blue. Hex color #0D5FD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5FD6 is #F2A029. Grayscale: #535353. Windows color (decimal): -15900714 or 14049037. OLE color: 14049037.

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

Color convert

RGB 13 95 214 -
CMYK 0.94 0.56 0 0.16
HSL 215.52º 0.89% 0.45% -
HSV(B) 215.52º 0.94% 0.84% -
XYZ 16.4 13.13 65.29 -
YUV 84.05 201.33 77.32 -
System Red Green Blue C M Y K H S L
Decimal 13 95 214 0.94 0.56 0 0.16 215.52 0.89 0.45
Hex D 5F D6 5E 38 0 10 D8 59 2D
Octal 15 137 326 136 70 0 20 330 131 55
Binary 1101 1011111 11010110 1011110 111000 0 10000 11011000 1011001 101101

Color Harmonies of #0D5FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5FD6

Black with #0D5FD6

Text Example


Text Example

White with #0D5FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,95,214); }

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

background-color css

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

 a { background-color: rgb(13,95,214); }

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

border-color css

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

 span { border-color: rgb(13,95,214); }

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