#280A92

Color #280A92 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #280A92

Tints of Ultramarine #280A92

Color information

#280A92 (or 0x280A92) is unknown color: approx Ultramarine. HEX triplet: 28, 0A and 92. RGB value is (40,10,146). Sum of RGB (Red+Green+Blue) = 40+10+146=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 146 (57.42% from 255 or 74.49% from 196); Max value from RGB is 146 - color contains mainly: blue. Hex color #280A92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280A92 is #D7F56D. Grayscale: #212121. Windows color (decimal): -14153070 or 9570856. OLE color: 9570856.

HSL color Cylindrical-coordinate representation of color #280A92: hue angle of 253.24º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280A92 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4010146-
CMYK0.730.9300.43
HSL253.24º87.18%30.59%-
HSV(B)253.24º93.15%57.25%-
XYZ6.172.7427.4-
YUV34.47190.94131.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 10 (4.30% from 255) = 5.10%
BLUE value IS 146 (57.42% from 255) = 74.49%
R=20.41%
G=5.10%
B=74.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40101460.730.9300.43253.2487.1830.59
Hex28A92495D02Bfd571f
Octal501222211113505337512737
Binary10100010101001001010010011011101010101111111101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280A92; }

 p { color: rgb(40,10,146); }

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

<style>
 a { background-color: #280A92; }

 a { background-color: rgb(40,10,146); }

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

<style>
 span { border-color: #280A92; }

 span { border-color: rgb(40,10,146); }

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