#12189A

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

Shades of Ultramarine #12189A

Tints of Ultramarine #12189A

Color information

#12189A (or 0x12189A) is unknown color: approx Ultramarine. HEX triplet: 12, 18 and 9A. RGB value is (18,24,154). Sum of RGB (Red+Green+Blue) = 18+24+154=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 154 (60.55% from 255 or 78.57% from 196); Max value from RGB is 154 - color contains mainly: blue. Hex color #12189A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12189A is #EDE765. Grayscale: #242424. Windows color (decimal): -15591270 or 10098706. OLE color: 10098706.

HSL color Cylindrical-coordinate representation of color #12189A: hue angle of 237.35º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12189A is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1824154-
CMYK0.880.8400.40
HSL237.35º79.07%33.73%-
HSV(B)237.35º88.31%60.39%-
XYZ6.413.1130.84-
YUV37.03194.01114.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 154 (60.55% from 255) = 78.57%
R=9.18%
G=12.24%
B=78.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18241540.880.8400.40237.3579.0733.73
Hex12189A5854028ed4f22
Octal223023213012405035511742
Binary100101100010011010101100010101000101000111011011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12189A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,24,154); }

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

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

 a { background-color: rgb(18,24,154); }

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

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

 span { border-color: rgb(18,24,154); }

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