#130c99

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

Shades of Ultramarine #130C99

Tints of Ultramarine #130C99

Color information

#130C99 (or 0x130C99) is unknown color: approx Ultramarine. HEX triplet: 13, 0C and 99. RGB value is (19,12,153). Sum of RGB (Red+Green+Blue) = 19+12+153=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 153 (60.16% from 255 or 83.15% from 184); Max value from RGB is 153 - color contains mainly: blue. Hex color #130C99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130C99 is #ECF366. Grayscale: #1D1D1D. Windows color (decimal): -15528807 or 10030099. OLE color: 10030099.

HSL color Cylindrical-coordinate representation of color #130C99: hue angle of 242.98º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130C99 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1912153-
CMYK0.880.9200.4
HSL242.98º85.45%32.35%-
HSV(B)242.98º92.16%60%-
XYZ6.152.730.33-
YUV30.17197.32120.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 12 (5.08% from 255) = 6.52%
BLUE value IS 153 (60.16% from 255) = 83.15%
R=10.33%
G=6.52%
B=83.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal19121530.880.9200.4242.9885.4532.35
Hex13C99585C028f35520
Octal231423113013405036312540
Binary10011110010011001101100010111000101000111100111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130c99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130c99; }

 p { color: rgb(19,12,153); }

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

<style>
 a { background-color: #130c99; }

 a { background-color: rgb(19,12,153); }

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

<style>
 span { border-color: #130c99; }

 span { border-color: rgb(19,12,153); }

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