Html Css Color HEX #130495 Ultramarine

📋 copy color: '#130495'

red 19 ◦ green 4 ◦ blue 149

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

Shades of Ultramarine #130495

Tints of Ultramarine #130495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 86.63%

R = 11.05%
G = 2.33%
B = 86.63%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#130495 (or 0x130495) is known color: Ultramarine. HEX triplet: 13, 04 and 95. RGB value is (19,4,149). Sum of RGB (Red+Green+Blue) = 19+4+149=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 149 (58.59% from 255 or 86.63% from 172); Max value from RGB is 149 - color contains mainly: blue. Hex color #130495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130495 is #ECFB6A. Grayscale: #181818. Windows color (decimal): -15530859 or 9765907. OLE color: 9765907.

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

Color convert

RGB 19 4 149 -
CMYK 0.87 0.97 0 0.42
HSL 246.21º 0.95% 0.3% -
HSV(B) 246.21º 0.97% 0.58% -
XYZ 5.74 2.4 28.59 -
YUV 25.02 197.97 123.71 -
System Red Green Blue C M Y K H S L
Decimal 19 4 149 0.87 0.97 0 0.42 246.21 0.95 0.3
Hex 13 4 95 57 61 0 2A F6 5F 1E
Octal 23 4 225 127 141 0 52 366 137 36
Binary 10011 100 10010101 1010111 1100001 0 101010 11110110 1011111 11110

Color Harmonies of #130495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130495

Black with #130495

Text Example


Text Example

White with #130495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130495; }

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

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

background-color css

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

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

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

border-color css

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

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

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