Html Css Color HEX #0D49FD Navy Blue

📋 copy color: '#0D49FD'

red 13 ◦ green 73 ◦ blue 253

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

Shades of Navy Blue #0D49FD

Tints of Navy Blue #0D49FD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.53%

 BLUE value IS 253 (99.22% from 255) = 74.63%

R = 3.83%
G = 21.53%
B = 74.63%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0D49FD (or 0x0D49FD) is known color: Navy Blue. HEX triplet: 0D, 49 and FD. RGB value is (13,73,253). Sum of RGB (Red+Green+Blue) = 13+73+253=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #0D49FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D49FD is #F2B602. Grayscale: #4A4A4A. Windows color (decimal): -15906307 or 16599309. OLE color: 16599309.

HSL color Cylindrical-coordinate representation of color #0D49FD: hue angle of 225º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D49FD is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 13 73 253 -
CMYK 0.95 0.71 0 0.01
HSL 225º 0.98% 0.52% -
HSV(B) 225º 0.95% 0.99% -
XYZ 20.28 11.94 94.16 -
YUV 75.58 228.12 83.36 -
System Red Green Blue C M Y K H S L
Decimal 13 73 253 0.95 0.71 0 0.01 225 0.98 0.52
Hex D 49 FD 5F 47 0 1 E1 62 34
Octal 15 111 375 137 107 0 1 341 142 64
Binary 1101 1001001 11111101 1011111 1000111 0 1 11100001 1100010 110100

Color Harmonies of #0D49FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D49FD

Black with #0D49FD

Text Example


Text Example

White with #0D49FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,73,253); }

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

background-color css

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

 a { background-color: rgb(13,73,253); }

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

border-color css

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

 span { border-color: rgb(13,73,253); }

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