#12028B

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

Shades of Ultramarine #12028B

Tints of Ultramarine #12028B

Color information

#12028B (or 0x12028B) is unknown color: approx Ultramarine. HEX triplet: 12, 02 and 8B. RGB value is (18,2,139). Sum of RGB (Red+Green+Blue) = 18+2+139=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 139 (54.69% from 255 or 87.42% from 159); Max value from RGB is 139 - color contains mainly: blue. Hex color #12028B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12028B is #EDFD74. Grayscale: #151515. Windows color (decimal): -15596917 or 9110034. OLE color: 9110034.

HSL color Cylindrical-coordinate representation of color #12028B: hue angle of 247.01º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12028B is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB182139-
CMYK0.870.9900.45
HSL247.01º97.16%27.65%-
HSV(B)247.01º98.56%54.51%-
XYZ4.932.0424.56-
YUV22.4193.8124.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 2 (1.17% from 255) = 1.26%
BLUE value IS 139 (54.69% from 255) = 87.42%
R=11.32%
G=1.26%
B=87.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1821390.870.9900.45247.0197.1627.65
Hex1228B576302Df7611c
Octal22221312714305536714134
Binary10010101000101110101111100011010110111110111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12028B; }

 p { color: rgb(18,2,139); }

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

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

 a { background-color: rgb(18,2,139); }

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

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

 span { border-color: rgb(18,2,139); }

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