Html Css Color HEX #0D53DF Navy Blue

📋 copy color: '#0D53DF'

red 13 ◦ green 83 ◦ blue 223

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

Shades of Navy Blue #0D53DF

Tints of Navy Blue #0D53DF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.02%

 BLUE value IS 223 (87.5% from 255) = 69.91%

R = 4.08%
G = 26.02%
B = 69.91%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D53DF (or 0x0D53DF) is known color: Navy Blue. HEX triplet: 0D, 53 and DF. RGB value is (13,83,223). Sum of RGB (Red+Green+Blue) = 13+83+223=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D53DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D53DF is #F2AC20. Grayscale: #4D4D4D. Windows color (decimal): -15903777 or 14635789. OLE color: 14635789.

HSL color Cylindrical-coordinate representation of color #0D53DF: hue angle of 220º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D53DF is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 83 223 -
CMYK 0.94 0.63 0 0.13
HSL 220º 0.89% 0.46% -
HSV(B) 220º 0.94% 0.87% -
XYZ 16.58 11.6 71.18 -
YUV 78.03 209.81 81.62 -
System Red Green Blue C M Y K H S L
Decimal 13 83 223 0.94 0.63 0 0.13 220 0.89 0.46
Hex D 53 DF 5E 3F 0 D DC 59 2E
Octal 15 123 337 136 77 0 15 334 131 56
Binary 1101 1010011 11011111 1011110 111111 0 1101 11011100 1011001 101110

Color Harmonies of #0D53DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D53DF

Black with #0D53DF

Text Example


Text Example

White with #0D53DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,83,223); }

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

background-color css

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

 a { background-color: rgb(13,83,223); }

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

border-color css

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

 span { border-color: rgb(13,83,223); }

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