Html Css Color HEX #0D52DD Navy Blue

📋 copy color: '#0D52DD'

red 13 ◦ green 82 ◦ blue 221

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

Shades of Navy Blue #0D52DD

Tints of Navy Blue #0D52DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

 BLUE value IS 221 (86.72% from 255) = 69.94%

R = 4.11%
G = 25.95%
B = 69.94%

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

#0D52DD (or 0x0D52DD) is known color: Navy Blue. HEX triplet: 0D, 52 and DD. RGB value is (13,82,221). Sum of RGB (Red+Green+Blue) = 13+82+221=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #0D52DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D52DD is #F2AD22. Grayscale: #4C4C4C. Windows color (decimal): -15904035 or 14504461. OLE color: 14504461.

HSL color Cylindrical-coordinate representation of color #0D52DD: hue angle of 220.1º 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 #0D52DD is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 82 221 -
CMYK 0.94 0.63 0 0.13
HSL 220.1º 0.89% 0.46% -
HSV(B) 220.1º 0.94% 0.87% -
XYZ 16.23 11.34 69.74 -
YUV 77.22 209.14 82.2 -
System Red Green Blue C M Y K H S L
Decimal 13 82 221 0.94 0.63 0 0.13 220.1 0.89 0.46
Hex D 52 DD 5E 3F 0 D DC 59 2E
Octal 15 122 335 136 77 0 15 334 131 56
Binary 1101 1010010 11011101 1011110 111111 0 1101 11011100 1011001 101110

Color Harmonies of #0D52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D52DD

Black with #0D52DD

Text Example


Text Example

White with #0D52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,82,221); }

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

background-color css

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

 a { background-color: rgb(13,82,221); }

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

border-color css

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

 span { border-color: rgb(13,82,221); }

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