Html Css Color HEX #0D4EFE Navy Blue

📋 copy color: '#0D4EFE'

red 13 ◦ green 78 ◦ blue 254

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

Shades of Navy Blue #0D4EFE

Tints of Navy Blue #0D4EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.61%

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

R = 3.77%
G = 22.61%
B = 73.62%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0D4EFE (or 0x0D4EFE) is known color: Navy Blue. HEX triplet: 0D, 4E and FE. RGB value is (13,78,254). Sum of RGB (Red+Green+Blue) = 13+78+254=345 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.77% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #0D4EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D4EFE is #F2B101. Grayscale: #4D4D4D. Windows color (decimal): -15905026 or 16666125. OLE color: 16666125.

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

Color convert

RGB 13 78 254 -
CMYK 0.95 0.69 0 0.00
HSL 223.82º 0.99% 0.52% -
HSV(B) 223.82º 0.95% 1% -
XYZ 20.78 12.69 95.12 -
YUV 78.63 226.97 81.19 -
System Red Green Blue C M Y K H S L
Decimal 13 78 254 0.95 0.69 0 0.00 223.82 0.99 0.52
Hex D 4E FE 5F 45 0 0 E0 63 34
Octal 15 116 376 137 105 0 0 340 143 64
Binary 1101 1001110 11111110 1011111 1000101 0 0 11100000 1100011 110100

Color Harmonies of #0D4EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4EFE

Black with #0D4EFE

Text Example


Text Example

White with #0D4EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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