#130292

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

Shades of Ultramarine #130292

Tints of Ultramarine #130292

Color information

#130292 (or 0x130292) is unknown color: approx Ultramarine. HEX triplet: 13, 02 and 92. RGB value is (19,2,146). Sum of RGB (Red+Green+Blue) = 19+2+146=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 146 (57.42% from 255 or 87.43% from 167); Max value from RGB is 146 - color contains mainly: blue. Hex color #130292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130292 is #ECFD6D. Grayscale: #161616. Windows color (decimal): -15531374 or 9568787. OLE color: 9568787.

HSL color Cylindrical-coordinate representation of color #130292: hue angle of 247.08º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130292 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB192146-
CMYK0.870.9900.43
HSL247.08º97.3%29.02%-
HSV(B)247.08º98.63%57.25%-
XYZ5.482.2627.34-
YUV23.5197.13124.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 146 (57.42% from 255) = 87.43%
R=11.38%
G=1.20%
B=87.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1921460.870.9900.43247.0897.329.02
Hex13292576302Bf7611d
Octal23222212714305336714135
Binary10011101001001010101111100011010101111110111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130292; }

 p { color: rgb(19,2,146); }

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

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

 a { background-color: rgb(19,2,146); }

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

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

 span { border-color: rgb(19,2,146); }

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