Html Css Color HEX #0D5FEB Navy Blue

📋 copy color: '#0D5FEB'

red 13 ◦ green 95 ◦ blue 235

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

Shades of Navy Blue #0D5FEB

Tints of Navy Blue #0D5FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.7%

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

R = 3.79%
G = 27.7%
B = 68.51%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0D5FEB (or 0x0D5FEB) is known color: Navy Blue. HEX triplet: 0D, 5F and EB. RGB value is (13,95,235). Sum of RGB (Red+Green+Blue) = 13+95+235=343 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.79% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D5FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D5FEB is #F2A014. Grayscale: #555555. Windows color (decimal): -15900693 or 15425293. OLE color: 15425293.

HSL color Cylindrical-coordinate representation of color #0D5FEB: hue angle of 217.84º 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 #0D5FEB is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 95 235 -
CMYK 0.94 0.60 0 0.08
HSL 217.84º 0.9% 0.49% -
HSV(B) 217.84º 0.94% 0.92% -
XYZ 19.25 14.27 80.34 -
YUV 86.44 211.83 75.62 -
System Red Green Blue C M Y K H S L
Decimal 13 95 235 0.94 0.60 0 0.08 217.84 0.9 0.49
Hex D 5F EB 5E 3C 0 8 DA 5A 31
Octal 15 137 353 136 74 0 10 332 132 61
Binary 1101 1011111 11101011 1011110 111100 0 1000 11011010 1011010 110001

Color Harmonies of #0D5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5FEB

Black with #0D5FEB

Text Example


Text Example

White with #0D5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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