Html Css Color HEX #130A9B Ultramarine

📋 copy color: '#130A9B'

red 19 ◦ green 10 ◦ blue 155

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

Shades of Ultramarine #130A9B

Tints of Ultramarine #130A9B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.43%

 BLUE value IS 155 (60.94% from 255) = 84.24%

R = 10.33%
G = 5.43%
B = 84.24%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#130A9B (or 0x130A9B) is known color: Ultramarine. HEX triplet: 13, 0A and 9B. RGB value is (19,10,155). Sum of RGB (Red+Green+Blue) = 19+10+155=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 155 (60.94% from 255 or 84.24% from 184); Max value from RGB is 155 - color contains mainly: blue. Hex color #130A9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130A9B is #ECF564. Grayscale: #1C1C1C. Windows color (decimal): -15529317 or 10160659. OLE color: 10160659.

HSL color Cylindrical-coordinate representation of color #130A9B: hue angle of 243.72º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130A9B is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 10 155 -
CMYK 0.88 0.94 0 0.39
HSL 243.72º 0.88% 0.32% -
HSV(B) 243.72º 0.94% 0.61% -
XYZ 6.29 2.72 31.2 -
YUV 29.22 198.98 120.71 -
System Red Green Blue C M Y K H S L
Decimal 19 10 155 0.88 0.94 0 0.39 243.72 0.88 0.32
Hex 13 A 9B 58 5E 0 27 F4 58 20
Octal 23 12 233 130 136 0 47 364 130 40
Binary 10011 1010 10011011 1011000 1011110 0 100111 11110100 1011000 100000

Color Harmonies of #130A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A9B

Black with #130A9B

Text Example


Text Example

White with #130A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,10,155); }

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

background-color css

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

 a { background-color: rgb(19,10,155); }

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

border-color css

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

 span { border-color: rgb(19,10,155); }

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