#12148F

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

Shades of Ultramarine #12148F

Tints of Ultramarine #12148F

Color information

#12148F (or 0x12148F) is unknown color: approx Ultramarine. HEX triplet: 12, 14 and 8F. RGB value is (18,20,143). Sum of RGB (Red+Green+Blue) = 18+20+143=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 143 (56.25% from 255 or 79.01% from 181); Max value from RGB is 143 - color contains mainly: blue. Hex color #12148F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12148F is #EDEB70. Grayscale: #202020. Windows color (decimal): -15592305 or 9376786. OLE color: 9376786.

HSL color Cylindrical-coordinate representation of color #12148F: hue angle of 239.04º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12148F is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1820143-
CMYK0.870.8600.44
HSL239.04º77.64%31.57%-
HSV(B)239.04º87.41%56.08%-
XYZ5.462.6126.2-
YUV33.42189.84117-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 143 (56.25% from 255) = 79.01%
R=9.94%
G=11.05%
B=79.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18201430.870.8600.44239.0477.6431.57
Hex12148F575602Cef4e20
Octal222421712712605435711640
Binary100101010010001111101011110101100101100111011111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12148F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12148F; }

 p { color: rgb(18,20,143); }

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

<style>
 a { background-color: #12148F; }

 a { background-color: rgb(18,20,143); }

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

<style>
 span { border-color: #12148F; }

 span { border-color: rgb(18,20,143); }

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