#015CEC

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

Shades of Navy Blue #015CEC

Tints of Navy Blue #015CEC

Color information

#015CEC (or 0x015CEC) is unknown color: approx Navy Blue. HEX triplet: 01, 5C and EC. RGB value is (1,92,236). Sum of RGB (Red+Green+Blue) = 1+92+236=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #015CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015CEC is #FEA313. Grayscale: #505050. Windows color (decimal): -16687892 or 15490049. OLE color: 15490049.

HSL color Cylindrical-coordinate representation of color #015CEC: hue angle of 216.77º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015CEC is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192236-
CMYK1.000.6100.07
HSL216.77º99.16%46.47%-
HSV(B)216.77º99.58%92.55%-
XYZ18.9813.7281-
YUV81.21215.3570.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 236 (92.58% from 255) = 71.73%
R=0.30%
G=27.96%
B=71.73%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922361.000.6100.07216.7799.1646.47
Hex15CEC643D07d9632e
Octal1134354144750733114356
Binary110111001110110011001001111010111110110011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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