Html Css Color HEX #0D4BDC Navy Blue

📋 copy color: '#0D4BDC'

red 13 ◦ green 75 ◦ blue 220

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

Shades of Navy Blue #0D4BDC

Tints of Navy Blue #0D4BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.35%

 BLUE value IS 220 (86.33% from 255) = 71.43%

R = 4.22%
G = 24.35%
B = 71.43%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0D4BDC (or 0x0D4BDC) is known color: Navy Blue. HEX triplet: 0D, 4B and DC. RGB value is (13,75,220). Sum of RGB (Red+Green+Blue) = 13+75+220=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D4BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4BDC is #F2B423. Grayscale: #484848. Windows color (decimal): -15905828 or 14437133. OLE color: 14437133.

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

Color convert

RGB 13 75 220 -
CMYK 0.94 0.66 0 0.14
HSL 222.03º 0.89% 0.46% -
HSV(B) 222.03º 0.94% 0.86% -
XYZ 15.6 10.29 68.87 -
YUV 72.99 210.96 85.21 -
System Red Green Blue C M Y K H S L
Decimal 13 75 220 0.94 0.66 0 0.14 222.03 0.89 0.46
Hex D 4B DC 5E 42 0 E DE 59 2E
Octal 15 113 334 136 102 0 16 336 131 56
Binary 1101 1001011 11011100 1011110 1000010 0 1110 11011110 1011001 101110

Color Harmonies of #0D4BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4BDC

Black with #0D4BDC

Text Example


Text Example

White with #0D4BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,75,220); }

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

background-color css

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

 a { background-color: rgb(13,75,220); }

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

border-color css

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

 span { border-color: rgb(13,75,220); }

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