Html Css Color HEX #130B9A Ultramarine

📋 copy color: '#130B9A'

red 19 ◦ green 11 ◦ blue 154

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

Shades of Ultramarine #130B9A

Tints of Ultramarine #130B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 83.7%

R = 10.33%
G = 5.98%
B = 83.7%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#130B9A (or 0x130B9A) is known color: Ultramarine. HEX triplet: 13, 0B and 9A. RGB value is (19,11,154). Sum of RGB (Red+Green+Blue) = 19+11+154=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 154 (60.55% from 255 or 83.70% from 184); Max value from RGB is 154 - color contains mainly: blue. Hex color #130B9A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130B9A is #ECF465. Grayscale: #1D1D1D. Windows color (decimal): -15529062 or 10095379. OLE color: 10095379.

HSL color Cylindrical-coordinate representation of color #130B9A: hue angle of 243.36º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130B9A is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 11 154 -
CMYK 0.88 0.93 0 0.40
HSL 243.36º 0.87% 0.32% -
HSV(B) 243.36º 0.93% 0.6% -
XYZ 6.22 2.71 30.77 -
YUV 29.69 198.15 120.37 -
System Red Green Blue C M Y K H S L
Decimal 19 11 154 0.88 0.93 0 0.40 243.36 0.87 0.32
Hex 13 B 9A 58 5D 0 28 F3 57 20
Octal 23 13 232 130 135 0 50 363 127 40
Binary 10011 1011 10011010 1011000 1011101 0 101000 11110011 1010111 100000

Color Harmonies of #130B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B9A

Black with #130B9A

Text Example


Text Example

White with #130B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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