#12168C

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

Shades of Ultramarine #12168C

Tints of Ultramarine #12168C

Color information

#12168C (or 0x12168C) is unknown color: approx Ultramarine. HEX triplet: 12, 16 and 8C. RGB value is (18,22,140). Sum of RGB (Red+Green+Blue) = 18+22+140=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 140 (55.08% from 255 or 77.78% from 180); Max value from RGB is 140 - color contains mainly: blue. Hex color #12168C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12168C is #EDE973. Grayscale: #212121. Windows color (decimal): -15591796 or 9180690. OLE color: 9180690.

HSL color Cylindrical-coordinate representation of color #12168C: hue angle of 238.03º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12168C is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1822140-
CMYK0.870.8400.45
HSL238.03º77.22%30.98%-
HSV(B)238.03º87.14%54.9%-
XYZ5.272.625.03-
YUV34.26187.67116.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 140 (55.08% from 255) = 77.78%
R=10%
G=12.22%
B=77.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18221400.870.8400.45238.0377.2230.98
Hex12168C575402Dee4d1f
Octal222621412712405535611537
Binary10010101101000110010101111010100010110111101110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12168C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12168C; }

 p { color: rgb(18,22,140); }

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

<style>
 a { background-color: #12168C; }

 a { background-color: rgb(18,22,140); }

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

<style>
 span { border-color: #12168C; }

 span { border-color: rgb(18,22,140); }

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