Html Css Color HEX #130A9F Ultramarine

📋 copy color: '#130A9F'

red 19 ◦ green 10 ◦ blue 159

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

Shades of Ultramarine #130A9F

Tints of Ultramarine #130A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 84.57%

R = 10.11%
G = 5.32%
B = 84.57%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#130A9F (or 0x130A9F) is known color: Ultramarine. HEX triplet: 13, 0A and 9F. RGB value is (19,10,159). Sum of RGB (Red+Green+Blue) = 19+10+159=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 159 (62.5% from 255 or 84.57% from 188); Max value from RGB is 159 - color contains mainly: blue. Hex color #130A9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130A9F is #ECF560. Grayscale: #1D1D1D. Windows color (decimal): -15529313 or 10422803. OLE color: 10422803.

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

Color convert

RGB 19 10 159 -
CMYK 0.88 0.94 0 0.38
HSL 243.62º 0.88% 0.33% -
HSV(B) 243.62º 0.94% 0.62% -
XYZ 6.64 2.86 33 -
YUV 29.68 200.98 120.38 -
System Red Green Blue C M Y K H S L
Decimal 19 10 159 0.88 0.94 0 0.38 243.62 0.88 0.33
Hex 13 A 9F 58 5E 0 26 F4 58 21
Octal 23 12 237 130 136 0 46 364 130 41
Binary 10011 1010 10011111 1011000 1011110 0 100110 11110100 1011000 100001

Color Harmonies of #130A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A9F

Black with #130A9F

Text Example


Text Example

White with #130A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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