Html Css Color HEX #0D5DD4 Navy Blue

📋 copy color: '#0D5DD4'

red 13 ◦ green 93 ◦ blue 212

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

Shades of Navy Blue #0D5DD4

Tints of Navy Blue #0D5DD4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.25%

 BLUE value IS 212 (83.2% from 255) = 66.67%

R = 4.09%
G = 29.25%
B = 66.67%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#0D5DD4 (or 0x0D5DD4) is known color: Navy Blue. HEX triplet: 0D, 5D and D4. RGB value is (13,93,212). Sum of RGB (Red+Green+Blue) = 13+93+212=318 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.09% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 212 (83.20% from 255 or 66.67% from 318); Max value from RGB is 212 - color contains mainly: blue. Hex color #0D5DD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5DD4 is #F2A22B. Grayscale: #525252. Windows color (decimal): -15901228 or 13917453. OLE color: 13917453.

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

Color convert

RGB 13 93 212 -
CMYK 0.94 0.56 0 0.17
HSL 215.88º 0.88% 0.44% -
HSV(B) 215.88º 0.94% 0.83% -
XYZ 15.96 12.67 63.89 -
YUV 82.65 201 78.32 -
System Red Green Blue C M Y K H S L
Decimal 13 93 212 0.94 0.56 0 0.17 215.88 0.88 0.44
Hex D 5D D4 5E 38 0 11 D8 58 2C
Octal 15 135 324 136 70 0 21 330 130 54
Binary 1101 1011101 11010100 1011110 111000 0 10001 11011000 1011000 101100

Color Harmonies of #0D5DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5DD4

Black with #0D5DD4

Text Example


Text Example

White with #0D5DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,93,212); }

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

background-color css

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

 a { background-color: rgb(13,93,212); }

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

border-color css

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

 span { border-color: rgb(13,93,212); }

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