#12208A

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

Shades of Ultramarine #12208A

Tints of Ultramarine #12208A

Color information

#12208A (or 0x12208A) is unknown color: approx Ultramarine. HEX triplet: 12, 20 and 8A. RGB value is (18,32,138). Sum of RGB (Red+Green+Blue) = 18+32+138=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 138 (54.30% from 255 or 73.40% from 188); Max value from RGB is 138 - color contains mainly: blue. Hex color #12208A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12208A is #EDDF75. Grayscale: #272727. Windows color (decimal): -15589238 or 9052178. OLE color: 9052178.

HSL color Cylindrical-coordinate representation of color #12208A: hue angle of 233º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12208A is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1832138-
CMYK0.870.7700.46
HSL233º76.92%30.59%-
HSV(B)233º86.96%54.12%-
XYZ5.35324.34-
YUV39.9183.36112.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 32 (12.89% from 255) = 17.02%
BLUE value IS 138 (54.30% from 255) = 73.40%
R=9.57%
G=17.02%
B=73.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18321380.870.7700.4623376.9230.59
Hex12208A574D02Ee94d1f
Octal224021212711505635111537
Binary100101000001000101010101111001101010111011101001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12208A; }

 p { color: rgb(18,32,138); }

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

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

 a { background-color: rgb(18,32,138); }

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

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

 span { border-color: rgb(18,32,138); }

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