#130E8C

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

Shades of Ultramarine #130E8C

Tints of Ultramarine #130E8C

Color information

#130E8C (or 0x130E8C) is unknown color: approx Ultramarine. HEX triplet: 13, 0E and 8C. RGB value is (19,14,140). Sum of RGB (Red+Green+Blue) = 19+14+140=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 140 (55.08% from 255 or 80.92% from 173); Max value from RGB is 140 - color contains mainly: blue. Hex color #130E8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130E8C is #ECF173. Grayscale: #1D1D1D. Windows color (decimal): -15528308 or 9178643. OLE color: 9178643.

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

Color convert

RGB1914140-
CMYK0.860.9000.45
HSL242.38º81.82%30.2%-
HSV(B)242.38º90%54.9%-
XYZ5.162.3524.99-
YUV29.86190.16120.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.98%
GREEN value IS 14 (5.86% from 255) = 8.09%
BLUE value IS 140 (55.08% from 255) = 80.92%
R=10.98%
G=8.09%
B=80.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19141400.860.9000.45242.3881.8230.2
Hex13E8C565A02Df2521e
Octal231621412613205536212236
Binary1001111101000110010101101011010010110111110010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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