Html Css Color HEX #0D4FEB Navy Blue

📋 copy color: '#0D4FEB'

red 13 ◦ green 79 ◦ blue 235

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

Shades of Navy Blue #0D4FEB

Tints of Navy Blue #0D4FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.16%

 BLUE value IS 235 (92.19% from 255) = 71.87%

R = 3.98%
G = 24.16%
B = 71.87%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0D4FEB (or 0x0D4FEB) is known color: Navy Blue. HEX triplet: 0D, 4F and EB. RGB value is (13,79,235). Sum of RGB (Red+Green+Blue) = 13+79+235=327 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.98% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 235 (92.19% from 255 or 71.87% from 327); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D4FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D4FEB is #F2B014. Grayscale: #4C4C4C. Windows color (decimal): -15904789 or 15421197. OLE color: 15421197.

HSL color Cylindrical-coordinate representation of color #0D4FEB: hue angle of 222.16º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D4FEB is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 79 235 -
CMYK 0.94 0.66 0 0.08
HSL 222.16º 0.9% 0.49% -
HSV(B) 222.16º 0.94% 0.92% -
XYZ 17.96 11.68 79.9 -
YUV 77.05 217.13 82.32 -
System Red Green Blue C M Y K H S L
Decimal 13 79 235 0.94 0.66 0 0.08 222.16 0.9 0.49
Hex D 4F EB 5E 42 0 8 DE 5A 31
Octal 15 117 353 136 102 0 10 336 132 61
Binary 1101 1001111 11101011 1011110 1000010 0 1000 11011110 1011010 110001

Color Harmonies of #0D4FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4FEB

Black with #0D4FEB

Text Example


Text Example

White with #0D4FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,79,235); }

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

background-color css

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

 a { background-color: rgb(13,79,235); }

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

border-color css

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

 span { border-color: rgb(13,79,235); }

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