#12067D

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

Shades of Ultramarine #12067D

Tints of Ultramarine #12067D

Color information

#12067D (or 0x12067D) is unknown color: approx Ultramarine. HEX triplet: 12, 06 and 7D. RGB value is (18,6,125). Sum of RGB (Red+Green+Blue) = 18+6+125=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 125 (49.22% from 255 or 83.89% from 149); Max value from RGB is 125 - color contains mainly: blue. Hex color #12067D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12067D is #EDF982. Grayscale: #161616. Windows color (decimal): -15595907 or 8193554. OLE color: 8193554.

HSL color Cylindrical-coordinate representation of color #12067D: hue angle of 246.05º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12067D is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB186125-
CMYK0.860.9500.51
HSL246.05º90.84%25.69%-
HSV(B)246.05º95.2%49.02%-
XYZ4.021.7419.53-
YUV23.15185.48124.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 125 (49.22% from 255) = 83.89%
R=12.08%
G=4.03%
B=83.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1861250.860.9500.51246.0590.8425.69
Hex1267D565F033f65b1a
Octal22617512613706336613332
Binary10010110111110110101101011111011001111110110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12067D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,6,125); }

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

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

 a { background-color: rgb(18,6,125); }

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

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

 span { border-color: rgb(18,6,125); }

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