#130F8C

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

Shades of Ultramarine #130F8C

Tints of Ultramarine #130F8C

Color information

#130F8C (or 0x130F8C) is unknown color: approx Ultramarine. HEX triplet: 13, 0F and 8C. RGB value is (19,15,140). Sum of RGB (Red+Green+Blue) = 19+15+140=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 140 (55.08% from 255 or 80.46% from 174); Max value from RGB is 140 - color contains mainly: blue. Hex color #130F8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130F8C is #ECF073. Grayscale: #1D1D1D. Windows color (decimal): -15528052 or 9178899. OLE color: 9178899.

HSL color Cylindrical-coordinate representation of color #130F8C: hue angle of 241.92º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130F8C is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1915140-
CMYK0.860.8900.45
HSL241.92º80.65%30.39%-
HSV(B)241.92º89.29%54.9%-
XYZ5.172.3725-
YUV30.45189.83119.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 15 (6.25% from 255) = 8.62%
BLUE value IS 140 (55.08% from 255) = 80.46%
R=10.92%
G=8.62%
B=80.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19151400.860.8900.45241.9280.6530.39
Hex13F8C565902Df2511e
Octal231721412613105536212136
Binary1001111111000110010101101011001010110111110010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,15,140); }

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

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

 a { background-color: rgb(19,15,140); }

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

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

 span { border-color: rgb(19,15,140); }

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