#12138A

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

Shades of Ultramarine #12138A

Tints of Ultramarine #12138A

Color information

#12138A (or 0x12138A) is unknown color: approx Ultramarine. HEX triplet: 12, 13 and 8A. RGB value is (18,19,138). Sum of RGB (Red+Green+Blue) = 18+19+138=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 138 (54.30% from 255 or 78.86% from 175); Max value from RGB is 138 - color contains mainly: blue. Hex color #12138A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12138A is #EDEC75. Grayscale: #1F1F1F. Windows color (decimal): -15592566 or 9048850. OLE color: 9048850.

HSL color Cylindrical-coordinate representation of color #12138A: hue angle of 239.5º 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 #12138A is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1819138-
CMYK0.870.8600.46
HSL239.5º76.92%30.59%-
HSV(B)239.5º86.96%54.12%-
XYZ5.072.4324.25-
YUV32.27187.67117.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 138 (54.30% from 255) = 78.86%
R=10.29%
G=10.86%
B=78.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18191380.870.8600.46239.576.9230.59
Hex12138A575602Ef04d1f
Octal222321212712605636011537
Binary10010100111000101010101111010110010111011110000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12138A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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