#0A0288

Color #0A0288 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #0A0288

Tints of Dark Blue #0A0288

Color information

#0A0288 (or 0x0A0288) is unknown color: approx Dark Blue. HEX triplet: 0A, 02 and 88. RGB value is (10,2,136). Sum of RGB (Red+Green+Blue) = 10+2+136=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 136 (53.52% from 255 or 91.89% from 148); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A0288 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0288 is #F5FD77. Grayscale: #131313. Windows color (decimal): -16121208 or 8913418. OLE color: 8913418.

HSL color Cylindrical-coordinate representation of color #0A0288: hue angle of 243.58º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A0288 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB102136-
CMYK0.930.9900.47
HSL243.58º97.1%27.06%-
HSV(B)243.58º98.53%53.33%-
XYZ4.591.8923.41-
YUV19.67193.65121.1-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.76%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 136 (53.52% from 255) = 91.89%
R=6.76%
G=1.35%
B=91.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021360.930.9900.47243.5897.127.06
HexA2885D6302Ff4611b
Octal12221013514305736414133
Binary1010101000100010111011100011010111111110100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0288; }

 p { color: rgb(10,2,136); }

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

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

 a { background-color: rgb(10,2,136); }

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

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

 span { border-color: rgb(10,2,136); }

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