Html Css Color HEX #0D4AFE Navy Blue

📋 copy color: '#0D4AFE'

red 13 ◦ green 74 ◦ blue 254

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

Shades of Navy Blue #0D4AFE

Tints of Navy Blue #0D4AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 74.49%

R = 3.81%
G = 21.7%
B = 74.49%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0D4AFE (or 0x0D4AFE) is known color: Navy Blue. HEX triplet: 0D, 4A and FE. RGB value is (13,74,254). Sum of RGB (Red+Green+Blue) = 13+74+254=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #0D4AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D4AFE is #F2B501. Grayscale: #4B4B4B. Windows color (decimal): -15906050 or 16665101. OLE color: 16665101.

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

Color convert

RGB 13 74 254 -
CMYK 0.95 0.71 0 0.00
HSL 224.81º 0.99% 0.52% -
HSV(B) 224.81º 0.95% 1% -
XYZ 20.5 12.14 95.03 -
YUV 76.28 228.29 82.86 -
System Red Green Blue C M Y K H S L
Decimal 13 74 254 0.95 0.71 0 0.00 224.81 0.99 0.52
Hex D 4A FE 5F 47 0 0 E1 63 34
Octal 15 112 376 137 107 0 0 341 143 64
Binary 1101 1001010 11111110 1011111 1000111 0 0 11100001 1100011 110100

Color Harmonies of #0D4AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4AFE

Black with #0D4AFE

Text Example


Text Example

White with #0D4AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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