Html Css Color HEX #0D4AF5 Navy Blue

📋 copy color: '#0D4AF5'

red 13 ◦ green 74 ◦ blue 245

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

Shades of Navy Blue #0D4AF5

Tints of Navy Blue #0D4AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 73.8%

R = 3.92%
G = 22.29%
B = 73.8%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0D4AF5 (or 0x0D4AF5) is known color: Navy Blue. HEX triplet: 0D, 4A and F5. RGB value is (13,74,245). Sum of RGB (Red+Green+Blue) = 13+74+245=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 245 (96.09% from 255 or 73.80% from 332); Max value from RGB is 245 - color contains mainly: blue. Hex color #0D4AF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D4AF5 is #F2B50A. Grayscale: #4A4A4A. Windows color (decimal): -15906059 or 16075277. OLE color: 16075277.

HSL color Cylindrical-coordinate representation of color #0D4AF5: hue angle of 224.22º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D4AF5 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 13 74 245 -
CMYK 0.95 0.70 0 0.04
HSL 224.22º 0.92% 0.51% -
HSV(B) 224.22º 0.95% 0.96% -
XYZ 19.1 11.58 87.61 -
YUV 75.26 223.79 83.6 -
System Red Green Blue C M Y K H S L
Decimal 13 74 245 0.95 0.70 0 0.04 224.22 0.92 0.51
Hex D 4A F5 5F 46 0 4 E0 5C 33
Octal 15 112 365 137 106 0 4 340 134 63
Binary 1101 1001010 11110101 1011111 1000110 0 100 11100000 1011100 110011

Color Harmonies of #0D4AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4AF5

Black with #0D4AF5

Text Example


Text Example

White with #0D4AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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