#0a1988

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

Shades of Ultramarine #0A1988

Tints of Ultramarine #0A1988

Color information

#0A1988 (or 0x0A1988) is unknown color: approx Ultramarine. HEX triplet: 0A, 19 and 88. RGB value is (10,25,136). Sum of RGB (Red+Green+Blue) = 10+25+136=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 136 (53.52% from 255 or 79.53% from 171); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A1988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1988 is #F5E677. Grayscale: #202020. Windows color (decimal): -16115320 or 8919306. OLE color: 8919306.

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

Color convert

RGB1025136-
CMYK0.930.8200.47
HSL232.86º86.3%28.63%-
HSV(B)232.86º92.65%53.33%-
XYZ4.922.5423.52-
YUV33.17186.03111.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.85%
GREEN value IS 25 (10.16% from 255) = 14.62%
BLUE value IS 136 (53.52% from 255) = 79.53%
R=5.85%
G=14.62%
B=79.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10251360.930.8200.47232.8686.328.63
HexA19885D5202Fe9561d
Octal123121013512205735112635
Binary1010110011000100010111011010010010111111101001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a1988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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