#13067F

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

Shades of Ultramarine #13067F

Tints of Ultramarine #13067F

Color information

#13067F (or 0x13067F) is unknown color: approx Ultramarine. HEX triplet: 13, 06 and 7F. RGB value is (19,6,127). Sum of RGB (Red+Green+Blue) = 19+6+127=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 127 (50% from 255 or 83.55% from 152); Max value from RGB is 127 - color contains mainly: blue. Hex color #13067F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13067F is #ECF980. Grayscale: #171717. Windows color (decimal): -15530369 or 8324627. OLE color: 8324627.

HSL color Cylindrical-coordinate representation of color #13067F: hue angle of 246.45º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13067F is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB196127-
CMYK0.850.9500.50
HSL246.45º90.98%26.08%-
HSV(B)246.45º95.28%49.8%-
XYZ4.161.820.21-
YUV23.68186.31124.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 6 (2.73% from 255) = 3.95%
BLUE value IS 127 (50% from 255) = 83.55%
R=12.5%
G=3.95%
B=83.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1961270.850.9500.50246.4590.9826.08
Hex1367F555F032f65b1a
Octal23617712513706236613332
Binary10011110111111110101011011111011001011110110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,6,127); }

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

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

 a { background-color: rgb(19,6,127); }

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

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

 span { border-color: rgb(19,6,127); }

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