#130695

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

Shades of Ultramarine #130695

Tints of Ultramarine #130695

Color information

#130695 (or 0x130695) is unknown color: approx Ultramarine. HEX triplet: 13, 06 and 95. RGB value is (19,6,149). Sum of RGB (Red+Green+Blue) = 19+6+149=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 149 (58.59% from 255 or 85.63% from 174); Max value from RGB is 149 - color contains mainly: blue. Hex color #130695 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130695 is #ECF96A. Grayscale: #191919. Windows color (decimal): -15530347 or 9766419. OLE color: 9766419.

HSL color Cylindrical-coordinate representation of color #130695: hue angle of 245.45º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130695 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB196149-
CMYK0.870.9600.42
HSL245.45º92.26%30.39%-
HSV(B)245.45º95.97%58.43%-
XYZ5.762.4428.6-
YUV26.19197.31122.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 6 (2.73% from 255) = 3.45%
BLUE value IS 149 (58.59% from 255) = 85.63%
R=10.92%
G=3.45%
B=85.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1961490.870.9600.42245.4592.2630.39
Hex13695576002Af55c1e
Octal23622512714005236513436
Binary100111101001010110101111100000010101011110101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130695; }

 p { color: rgb(19,6,149); }

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

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

 a { background-color: rgb(19,6,149); }

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

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

 span { border-color: rgb(19,6,149); }

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