#130D9A

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

Shades of Ultramarine #130D9A

Tints of Ultramarine #130D9A

Color information

#130D9A (or 0x130D9A) is unknown color: approx Ultramarine. HEX triplet: 13, 0D and 9A. RGB value is (19,13,154). Sum of RGB (Red+Green+Blue) = 19+13+154=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 154 (60.55% from 255 or 82.80% from 186); Max value from RGB is 154 - color contains mainly: blue. Hex color #130D9A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130D9A is #ECF265. Grayscale: #1E1E1E. Windows color (decimal): -15528550 or 10095891. OLE color: 10095891.

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

Color convert

RGB1913154-
CMYK0.880.9200.40
HSL242.55º84.43%32.75%-
HSV(B)242.55º91.56%60.39%-
XYZ6.252.7630.78-
YUV30.87197.49119.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.22%
GREEN value IS 13 (5.47% from 255) = 6.99%
BLUE value IS 154 (60.55% from 255) = 82.80%
R=10.22%
G=6.99%
B=82.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19131540.880.9200.40242.5584.4332.75
Hex13D9A585C028f35421
Octal231523213013405036312441
Binary10011110110011010101100010111000101000111100111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,13,154); }

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

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

 a { background-color: rgb(19,13,154); }

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

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

 span { border-color: rgb(19,13,154); }

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