Html Css Color HEX #0D5ADB Navy Blue

📋 copy color: '#0D5ADB'

red 13 ◦ green 90 ◦ blue 219

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

Shades of Navy Blue #0D5ADB

Tints of Navy Blue #0D5ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.01%

R = 4.04%
G = 27.95%
B = 68.01%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0D5ADB (or 0x0D5ADB) is known color: Navy Blue. HEX triplet: 0D, 5A and DB. RGB value is (13,90,219). Sum of RGB (Red+Green+Blue) = 13+90+219=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D5ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5ADB is #F2A524. Grayscale: #515151. Windows color (decimal): -15901989 or 14375437. OLE color: 14375437.

HSL color Cylindrical-coordinate representation of color #0D5ADB: hue angle of 217.57º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D5ADB is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 90 219 -
CMYK 0.94 0.59 0 0.14
HSL 217.57º 0.89% 0.45% -
HSV(B) 217.57º 0.94% 0.86% -
XYZ 16.61 12.51 68.56 -
YUV 81.68 205.49 79.01 -
System Red Green Blue C M Y K H S L
Decimal 13 90 219 0.94 0.59 0 0.14 217.57 0.89 0.45
Hex D 5A DB 5E 3B 0 E DA 59 2D
Octal 15 132 333 136 73 0 16 332 131 55
Binary 1101 1011010 11011011 1011110 111011 0 1110 11011010 1011001 101101

Color Harmonies of #0D5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5ADB

Black with #0D5ADB

Text Example


Text Example

White with #0D5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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