Html Css Color HEX #130B95 Ultramarine

📋 copy color: '#130B95'

red 19 ◦ green 11 ◦ blue 149

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

Shades of Ultramarine #130B95

Tints of Ultramarine #130B95

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.15%

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

R = 10.61%
G = 6.15%
B = 83.24%

CMYK

 C value IS 0.87

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#130B95 (or 0x130B95) is known color: Ultramarine. HEX triplet: 13, 0B and 95. RGB value is (19,11,149). Sum of RGB (Red+Green+Blue) = 19+11+149=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 149 (58.59% from 255 or 83.24% from 179); Max value from RGB is 149 - color contains mainly: blue. Hex color #130B95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130B95 is #ECF46A. Grayscale: #1C1C1C. Windows color (decimal): -15529067 or 9767699. OLE color: 9767699.

HSL color Cylindrical-coordinate representation of color #130B95: hue angle of 243.48º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130B95 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 11 149 -
CMYK 0.87 0.93 0 0.42
HSL 243.48º 0.86% 0.31% -
HSV(B) 243.48º 0.93% 0.58% -
XYZ 5.81 2.55 28.62 -
YUV 29.12 195.65 120.78 -
System Red Green Blue C M Y K H S L
Decimal 19 11 149 0.87 0.93 0 0.42 243.48 0.86 0.31
Hex 13 B 95 57 5D 0 2A F3 56 1F
Octal 23 13 225 127 135 0 52 363 126 37
Binary 10011 1011 10010101 1010111 1011101 0 101010 11110011 1010110 11111

Color Harmonies of #130B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B95

Black with #130B95

Text Example


Text Example

White with #130B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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