Html Css Color HEX #0D4FEA Navy Blue

📋 copy color: '#0D4FEA'

red 13 ◦ green 79 ◦ blue 234

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

Shades of Navy Blue #0D4FEA

Tints of Navy Blue #0D4FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 71.78%

R = 3.99%
G = 24.23%
B = 71.78%

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

#0D4FEA (or 0x0D4FEA) is known color: Navy Blue. HEX triplet: 0D, 4F and EA. RGB value is (13,79,234). Sum of RGB (Red+Green+Blue) = 13+79+234=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 234 (91.80% from 255 or 71.78% from 326); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D4FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D4FEA is #F2B015. Grayscale: #4C4C4C. Windows color (decimal): -15904790 or 15355661. OLE color: 15355661.

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

Color convert

RGB 13 79 234 -
CMYK 0.94 0.66 0 0.08
HSL 222.08º 0.89% 0.48% -
HSV(B) 222.08º 0.94% 0.92% -
XYZ 17.81 11.62 79.15 -
YUV 76.94 216.63 82.4 -
System Red Green Blue C M Y K H S L
Decimal 13 79 234 0.94 0.66 0 0.08 222.08 0.89 0.48
Hex D 4F EA 5E 42 0 8 DE 59 30
Octal 15 117 352 136 102 0 10 336 131 60
Binary 1101 1001111 11101010 1011110 1000010 0 1000 11011110 1011001 110000

Color Harmonies of #0D4FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4FEA

Black with #0D4FEA

Text Example


Text Example

White with #0D4FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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