#1280DE

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

Shades of Navy Blue #1280DE

Tints of Navy Blue #1280DE

Color information

#1280DE (or 0x1280DE) is unknown color: approx Navy Blue. HEX triplet: 12, 80 and DE. RGB value is (18,128,222). Sum of RGB (Red+Green+Blue) = 18+128+222=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #1280DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1280DE is #ED7F21. Grayscale: #696969. Windows color (decimal): -15564578 or 14581778. OLE color: 14581778.

HSL color Cylindrical-coordinate representation of color #1280DE: hue angle of 207.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1280DE is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18128222-
CMYK0.920.4200.13
HSL207.65º85%47.06%-
HSV(B)207.65º91.89%87.06%-
XYZ21.1520.8472.02-
YUV105.83193.5665.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.89%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 222 (87.11% from 255) = 60.33%
R=4.89%
G=34.78%
B=60.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181282220.920.4200.13207.658547.06
Hex1280DE5C2A0Dd0552f
Octal222003361345201532012557
Binary100101000000011011110101110010101001101110100001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1280DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1280DE; }

 p { color: rgb(18,128,222); }

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

<style>
 a { background-color: #1280DE; }

 a { background-color: rgb(18,128,222); }

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

<style>
 span { border-color: #1280DE; }

 span { border-color: rgb(18,128,222); }

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