Html Css Color HEX #0D5ADE Navy Blue

📋 copy color: '#0D5ADE'

red 13 ◦ green 90 ◦ blue 222

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

Shades of Navy Blue #0D5ADE

Tints of Navy Blue #0D5ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.31%

R = 4%
G = 27.69%
B = 68.31%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D5ADE (or 0x0D5ADE) is known color: Navy Blue. HEX triplet: 0D, 5A and DE. RGB value is (13,90,222). Sum of RGB (Red+Green+Blue) = 13+90+222=325 (43% of max value = 765). Red value is 13 (5.47% from 255 or 4% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #0D5ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5ADE is #F2A521. Grayscale: #515151. Windows color (decimal): -15901986 or 14572045. OLE color: 14572045.

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

Color convert

RGB 13 90 222 -
CMYK 0.94 0.59 0 0.13
HSL 217.89º 0.89% 0.46% -
HSV(B) 217.89º 0.94% 0.87% -
XYZ 17.01 12.67 70.66 -
YUV 82.03 206.99 78.77 -
System Red Green Blue C M Y K H S L
Decimal 13 90 222 0.94 0.59 0 0.13 217.89 0.89 0.46
Hex D 5A DE 5E 3B 0 D DA 59 2E
Octal 15 132 336 136 73 0 15 332 131 56
Binary 1101 1011010 11011110 1011110 111011 0 1101 11011010 1011001 101110

Color Harmonies of #0D5ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5ADE

Black with #0D5ADE

Text Example


Text Example

White with #0D5ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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