Html Css Color HEX #0D4AEB Navy Blue

📋 copy color: '#0D4AEB'

red 13 ◦ green 74 ◦ blue 235

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

Shades of Navy Blue #0D4AEB

Tints of Navy Blue #0D4AEB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.98%

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

R = 4.04%
G = 22.98%
B = 72.98%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0D4AEB (or 0x0D4AEB) is known color: Navy Blue. HEX triplet: 0D, 4A and EB. RGB value is (13,74,235). Sum of RGB (Red+Green+Blue) = 13+74+235=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 235 (92.19% from 255 or 72.98% from 322); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D4AEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D4AEB is #F2B514. Grayscale: #494949. Windows color (decimal): -15906069 or 15419917. OLE color: 15419917.

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

Color convert

RGB 13 74 235 -
CMYK 0.94 0.69 0 0.08
HSL 223.51º 0.9% 0.49% -
HSV(B) 223.51º 0.94% 0.92% -
XYZ 17.61 10.98 79.79 -
YUV 74.12 218.79 84.41 -
System Red Green Blue C M Y K H S L
Decimal 13 74 235 0.94 0.69 0 0.08 223.51 0.9 0.49
Hex D 4A EB 5E 45 0 8 E0 5A 31
Octal 15 112 353 136 105 0 10 340 132 61
Binary 1101 1001010 11101011 1011110 1000101 0 1000 11100000 1011010 110001

Color Harmonies of #0D4AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4AEB

Black with #0D4AEB

Text Example


Text Example

White with #0D4AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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