#1550F0

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

Shades of Navy Blue #1550F0

Tints of Navy Blue #1550F0

Color information

#1550F0 (or 0x1550F0) is unknown color: approx Navy Blue. HEX triplet: 15, 50 and F0. RGB value is (21,80,240). Sum of RGB (Red+Green+Blue) = 21+80+240=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 240 (94.14% from 255 or 70.38% from 341); Max value from RGB is 240 - color contains mainly: blue. Hex color #1550F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1550F0 is #EAAF0F. Grayscale: #4F4F4F. Windows color (decimal): -15380240 or 15749141. OLE color: 15749141.

HSL color Cylindrical-coordinate representation of color #1550F0: hue angle of 223.84º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1550F0 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2180240-
CMYK0.910.6700.06
HSL223.84º87.95%51.18%-
HSV(B)223.84º91.25%94.12%-
XYZ18.9112.1983.79-
YUV80.6217.9585.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.16%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 240 (94.14% from 255) = 70.38%
R=6.16%
G=23.46%
B=70.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal21802400.910.6700.06223.8487.9551.18
Hex1550F05B4306e05833
Octal251203601331030634013063
Binary10101101000011110000101101110000110110111000001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1550F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1550F0; }

 p { color: rgb(21,80,240); }

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

<style>
 a { background-color: #1550F0; }

 a { background-color: rgb(21,80,240); }

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

<style>
 span { border-color: #1550F0; }

 span { border-color: rgb(21,80,240); }

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