#280093

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

Shades of Ultramarine #280093

Tints of Ultramarine #280093

Color information

#280093 (or 0x280093) is unknown color: approx Ultramarine. HEX triplet: 28, 00 and 93. RGB value is (40,0,147). Sum of RGB (Red+Green+Blue) = 40+0+147=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 147 (57.81% from 255 or 78.61% from 187); Max value from RGB is 147 - color contains mainly: blue. Hex color #280093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280093 is #D7FF6C. Grayscale: #1C1C1C. Windows color (decimal): -14155629 or 9633832. OLE color: 9633832.

HSL color Cylindrical-coordinate representation of color #280093: hue angle of 256.33º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280093 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB400147-
CMYK0.73100.42
HSL256.33º100%28.82%-
HSV(B)256.33º100%57.65%-
XYZ6.142.5627.77-
YUV28.72194.75136.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 147 (57.81% from 255) = 78.61%
R=21.39%
G=0%
B=78.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4001470.73100.42256.3310028.82
Hex28093496402A100641d
Octal50022311114405240014435
Binary101000010010011100100111001000101010100000000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280093; }

 p { color: rgb(40,0,147); }

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

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

 a { background-color: rgb(40,0,147); }

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

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

 span { border-color: rgb(40,0,147); }

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