#015CD3

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

Shades of Navy Blue #015CD3

Tints of Navy Blue #015CD3

Color information

#015CD3 (or 0x015CD3) is unknown color: approx Navy Blue. HEX triplet: 01, 5C and D3. RGB value is (1,92,211). Sum of RGB (Red+Green+Blue) = 1+92+211=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 211 (82.81% from 255 or 69.41% from 304); Max value from RGB is 211 - color contains mainly: blue. Hex color #015CD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CD3 is #FEA32C. Grayscale: #4D4D4D. Windows color (decimal): -16687917 or 13851649. OLE color: 13851649.

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

Color convert

RGB192211-
CMYK1.000.5600.17
HSL214º99.06%41.57%-
HSV(B)214º99.53%82.75%-
XYZ15.612.3663.19-
YUV78.36202.8572.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 92 (36.33% from 255) = 30.26%
BLUE value IS 211 (82.81% from 255) = 69.41%
R=0.33%
G=30.26%
B=69.41%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1922111.000.5600.1721499.0641.57
Hex15CD36438011d6632a
Octal11343231447002132614352
Binary11011100110100111100100111000010001110101101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,92,211); }

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

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

 a { background-color: rgb(1,92,211); }

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

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

 span { border-color: rgb(1,92,211); }

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