#015DD7

Color #015DD7 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #015DD7

Tints of Navy Blue #015DD7

Color information

#015DD7 (or 0x015DD7) is unknown color: approx Navy Blue. HEX triplet: 01, 5D and D7. RGB value is (1,93,215). Sum of RGB (Red+Green+Blue) = 1+93+215=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 215 (84.38% from 255 or 69.58% from 309); Max value from RGB is 215 - color contains mainly: blue. Hex color #015DD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DD7 is #FEA228. Grayscale: #4E4E4E. Windows color (decimal): -16687657 or 14114049. OLE color: 14114049.

HSL color Cylindrical-coordinate representation of color #015DD7: hue angle of 214.21º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015DD7 is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB193215-
CMYK1.000.5700.16
HSL214.21º99.07%42.35%-
HSV(B)214.21º99.53%84.31%-
XYZ16.1912.7465.9-
YUV79.4204.5272.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 93 (36.72% from 255) = 30.10%
BLUE value IS 215 (84.38% from 255) = 69.58%
R=0.32%
G=30.10%
B=69.58%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1932151.000.5700.16214.2199.0742.35
Hex15DD76439010d6632a
Octal11353271447102032614352
Binary11011101110101111100100111001010000110101101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015DD7; }

 p { color: rgb(1,93,215); }

 H1.HeaderClassName
 {
   color: #015DD7;
 }
 .AnyTagClassName
 {
   color: #015DD7;
 }
</style>
background-color css

<style>
 a { background-color: #015DD7; }

 a { background-color: rgb(1,93,215); }

 div.DivClassName
 {
   background-color: #015DD7;
 }
 .BgClassName
 {
   background-color: #015DD7;
 }
</style>
border-color css

<style>
 span { border-color: #015DD7; }

 span { border-color: rgb(1,93,215); }

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