#12089D

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

Shades of Ultramarine #12089D

Tints of Ultramarine #12089D

Color information

#12089D (or 0x12089D) is unknown color: approx Ultramarine. HEX triplet: 12, 08 and 9D. RGB value is (18,8,157). Sum of RGB (Red+Green+Blue) = 18+8+157=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 157 (61.72% from 255 or 85.79% from 183); Max value from RGB is 157 - color contains mainly: blue. Hex color #12089D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12089D is #EDF762. Grayscale: #1B1B1B. Windows color (decimal): -15595363 or 10291218. OLE color: 10291218.

HSL color Cylindrical-coordinate representation of color #12089D: hue angle of 244.03º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12089D is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB188157-
CMYK0.890.9500.38
HSL244.03º90.3%32.35%-
HSV(B)244.03º94.9%61.57%-
XYZ6.422.7432.09-
YUV27.98200.81120.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 8 (3.52% from 255) = 4.37%
BLUE value IS 157 (61.72% from 255) = 85.79%
R=9.84%
G=4.37%
B=85.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1881570.890.9500.38244.0390.332.35
Hex1289D595F026f45a20
Octal221023513113704636413240
Binary10010100010011101101100110111110100110111101001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12089D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12089D; }

 p { color: rgb(18,8,157); }

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

<style>
 a { background-color: #12089D; }

 a { background-color: rgb(18,8,157); }

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

<style>
 span { border-color: #12089D; }

 span { border-color: rgb(18,8,157); }

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