Html Css Color HEX #0D4FEE Navy Blue

📋 copy color: '#0D4FEE'

red 13 ◦ green 79 ◦ blue 238

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

Shades of Navy Blue #0D4FEE

Tints of Navy Blue #0D4FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.94%

 BLUE value IS 238 (93.36% from 255) = 72.12%

R = 3.94%
G = 23.94%
B = 72.12%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0D4FEE (or 0x0D4FEE) is known color: Navy Blue. HEX triplet: 0D, 4F and EE. RGB value is (13,79,238). Sum of RGB (Red+Green+Blue) = 13+79+238=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #0D4FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D4FEE is #F2B011. Grayscale: #4C4C4C. Windows color (decimal): -15904786 or 15617805. OLE color: 15617805.

HSL color Cylindrical-coordinate representation of color #0D4FEE: hue angle of 222.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D4FEE is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 79 238 -
CMYK 0.95 0.67 0 0.07
HSL 222.4º 0.9% 0.49% -
HSV(B) 222.4º 0.95% 0.93% -
XYZ 18.39 11.85 82.21 -
YUV 77.39 218.63 82.07 -
System Red Green Blue C M Y K H S L
Decimal 13 79 238 0.95 0.67 0 0.07 222.4 0.9 0.49
Hex D 4F EE 5F 43 0 7 DE 5A 31
Octal 15 117 356 137 103 0 7 336 132 61
Binary 1101 1001111 11101110 1011111 1000011 0 111 11011110 1011010 110001

Color Harmonies of #0D4FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4FEE

Black with #0D4FEE

Text Example


Text Example

White with #0D4FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,79,238); }

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

background-color css

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

 a { background-color: rgb(13,79,238); }

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

border-color css

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

 span { border-color: rgb(13,79,238); }

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