Html Css Color HEX #0D5AEB Navy Blue

📋 copy color: '#0D5AEB'

red 13 ◦ green 90 ◦ blue 235

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

Shades of Navy Blue #0D5AEB

Tints of Navy Blue #0D5AEB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.63%

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

R = 3.85%
G = 26.63%
B = 69.53%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0D5AEB (or 0x0D5AEB) is known color: Navy Blue. HEX triplet: 0D, 5A and EB. RGB value is (13,90,235). Sum of RGB (Red+Green+Blue) = 13+90+235=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 235 (92.19% from 255 or 69.53% from 338); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D5AEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D5AEB is #F2A514. Grayscale: #525252. Windows color (decimal): -15901973 or 15424013. OLE color: 15424013.

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

Color convert

RGB 13 90 235 -
CMYK 0.94 0.62 0 0.08
HSL 219.19º 0.9% 0.49% -
HSV(B) 219.19º 0.94% 0.92% -
XYZ 18.82 13.4 80.19 -
YUV 83.51 213.49 77.71 -
System Red Green Blue C M Y K H S L
Decimal 13 90 235 0.94 0.62 0 0.08 219.19 0.9 0.49
Hex D 5A EB 5E 3E 0 8 DB 5A 31
Octal 15 132 353 136 76 0 10 333 132 61
Binary 1101 1011010 11101011 1011110 111110 0 1000 11011011 1011010 110001

Color Harmonies of #0D5AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5AEB

Black with #0D5AEB

Text Example


Text Example

White with #0D5AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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