Html Css Color HEX #0D5AFF Navy Blue

📋 copy color: '#0D5AFF'

red 13 ◦ green 90 ◦ blue 255

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

Shades of Navy Blue #0D5AFF

Tints of Navy Blue #0D5AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.23%

R = 3.63%
G = 25.14%
B = 71.23%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0D5AFF (or 0x0D5AFF) is known color: Navy Blue. HEX triplet: 0D, 5A and FF. RGB value is (13,90,255). Sum of RGB (Red+Green+Blue) = 13+90+255=358 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.63% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D5AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D5AFF is #F2A500. Grayscale: #555555. Windows color (decimal): -15901953 or 16734733. OLE color: 16734733.

HSL color Cylindrical-coordinate representation of color #0D5AFF: hue angle of 220.91º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D5AFF is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 13 90 255 -
CMYK 0.95 0.65 0 0
HSL 220.91º 1% 0.53% -
HSV(B) 220.91º 0.95% 1% -
XYZ 21.87 14.62 96.28 -
YUV 85.79 223.49 76.08 -
System Red Green Blue C M Y K H S L
Decimal 13 90 255 0.95 0.65 0 0 220.91 1 0.53
Hex D 5A FF 5F 41 0 0 DD 64 35
Octal 15 132 377 137 101 0 0 335 144 65
Binary 1101 1011010 11111111 1011111 1000001 0 0 11011101 1100100 110101

Color Harmonies of #0D5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5AFF

Black with #0D5AFF

Text Example


Text Example

White with #0D5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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