Html Css Color HEX #0D57DB Navy Blue

📋 copy color: '#0D57DB'

red 13 ◦ green 87 ◦ blue 219

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

Shades of Navy Blue #0D57DB

Tints of Navy Blue #0D57DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.27%

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

R = 4.08%
G = 27.27%
B = 68.65%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0D57DB (or 0x0D57DB) is known color: Navy Blue. HEX triplet: 0D, 57 and DB. RGB value is (13,87,219). Sum of RGB (Red+Green+Blue) = 13+87+219=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D57DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D57DB is #F2A824. Grayscale: #4F4F4F. Windows color (decimal): -15902757 or 14374669. OLE color: 14374669.

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

Color convert

RGB 13 87 219 -
CMYK 0.94 0.60 0 0.14
HSL 218.45º 0.89% 0.45% -
HSV(B) 218.45º 0.94% 0.86% -
XYZ 16.36 12.02 68.47 -
YUV 79.92 206.48 80.27 -
System Red Green Blue C M Y K H S L
Decimal 13 87 219 0.94 0.60 0 0.14 218.45 0.89 0.45
Hex D 57 DB 5E 3C 0 E DA 59 2D
Octal 15 127 333 136 74 0 16 332 131 55
Binary 1101 1010111 11011011 1011110 111100 0 1110 11011010 1011001 101101

Color Harmonies of #0D57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D57DB

Black with #0D57DB

Text Example


Text Example

White with #0D57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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