Html Css Color HEX #130496 Ultramarine

📋 copy color: '#130496'

red 19 ◦ green 4 ◦ blue 150

#130496
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #130496

Tints of Ultramarine #130496

RGB

 RED value IS 19 (7.81% from 255) = 10.98%

 GREEN value IS 4 (1.95% from 255) = 2.31%

 BLUE value IS 150 (58.98% from 255) = 86.71%

R = 10.98%
G = 2.31%
B = 86.71%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#130496 (or 0x130496) is known color: Ultramarine. HEX triplet: 13, 04 and 96. RGB value is (19,4,150). Sum of RGB (Red+Green+Blue) = 19+4+150=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 150 (58.98% from 255 or 86.71% from 173); Max value from RGB is 150 - color contains mainly: blue. Hex color #130496 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130496 is #ECFB69. Grayscale: #181818. Windows color (decimal): -15530858 or 9831443. OLE color: 9831443.

HSL color Cylindrical-coordinate representation of color #130496: hue angle of 246.16º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130496 is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 4 150 -
CMYK 0.87 0.97 0 0.41
HSL 246.16º 0.95% 0.3% -
HSV(B) 246.16º 0.97% 0.59% -
XYZ 5.82 2.43 29.02 -
YUV 25.13 198.47 123.63 -
System Red Green Blue C M Y K H S L
Decimal 19 4 150 0.87 0.97 0 0.41 246.16 0.95 0.3
Hex 13 4 96 57 61 0 29 F6 5F 1E
Octal 23 4 226 127 141 0 51 366 137 36
Binary 10011 100 10010110 1010111 1100001 0 101001 11110110 1011111 11110

Color Harmonies of #130496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130496

Black with #130496

Text Example


Text Example

White with #130496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130496; }

 p { color: rgb(19,4,150); }

 H1.HeaderClassName
 {
   color: #130496;
 }
 .AnyTagClassName
 {
   color: #130496;
 }
</style>

background-color css

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

 a { background-color: rgb(19,4,150); }

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

border-color css

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

 span { border-color: rgb(19,4,150); }

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