#13067A

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

Shades of Ultramarine #13067A

Tints of Ultramarine #13067A

Color information

#13067A (or 0x13067A) is unknown color: approx Ultramarine. HEX triplet: 13, 06 and 7A. RGB value is (19,6,122). Sum of RGB (Red+Green+Blue) = 19+6+122=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 122 (48.05% from 255 or 82.99% from 147); Max value from RGB is 122 - color contains mainly: blue. Hex color #13067A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13067A is #ECF985. Grayscale: #161616. Windows color (decimal): -15530374 or 7996947. OLE color: 7996947.

HSL color Cylindrical-coordinate representation of color #13067A: hue angle of 246.72º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13067A is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB196122-
CMYK0.840.9500.52
HSL246.72º90.62%25.1%-
HSV(B)246.72º95.08%47.84%-
XYZ3.851.6718.53-
YUV23.11183.81125.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 122 (48.05% from 255) = 82.99%
R=12.93%
G=4.08%
B=82.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1961220.840.9500.52246.7290.6225.1
Hex1367A545F034f75b19
Octal23617212413706436713331
Binary10011110111101010101001011111011010011110111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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