Html Css Color HEX #0D4BEB Navy Blue

📋 copy color: '#0D4BEB'

red 13 ◦ green 75 ◦ blue 235

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

Shades of Navy Blue #0D4BEB

Tints of Navy Blue #0D4BEB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.22%

 BLUE value IS 235 (92.19% from 255) = 72.76%

R = 4.02%
G = 23.22%
B = 72.76%

CMYK

 C value IS 0.94

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0D4BEB (or 0x0D4BEB) is known color: Navy Blue. HEX triplet: 0D, 4B and EB. RGB value is (13,75,235). Sum of RGB (Red+Green+Blue) = 13+75+235=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 235 (92.19% from 255 or 72.76% from 323); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D4BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D4BEB is #F2B414. Grayscale: #4A4A4A. Windows color (decimal): -15905813 or 15420173. OLE color: 15420173.

HSL color Cylindrical-coordinate representation of color #0D4BEB: hue angle of 223.24º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D4BEB is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 75 235 -
CMYK 0.94 0.68 0 0.08
HSL 223.24º 0.9% 0.49% -
HSV(B) 223.24º 0.94% 0.92% -
XYZ 17.68 11.12 79.81 -
YUV 74.7 218.46 83.99 -
System Red Green Blue C M Y K H S L
Decimal 13 75 235 0.94 0.68 0 0.08 223.24 0.9 0.49
Hex D 4B EB 5E 44 0 8 DF 5A 31
Octal 15 113 353 136 104 0 10 337 132 61
Binary 1101 1001011 11101011 1011110 1000100 0 1000 11011111 1011010 110001

Color Harmonies of #0D4BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4BEB

Black with #0D4BEB

Text Example


Text Example

White with #0D4BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,75,235); }

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

background-color css

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

 a { background-color: rgb(13,75,235); }

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

border-color css

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

 span { border-color: rgb(13,75,235); }

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