Html Css Color HEX #130D99 Ultramarine

📋 copy color: '#130D99'

red 19 ◦ green 13 ◦ blue 153

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

Shades of Ultramarine #130D99

Tints of Ultramarine #130D99

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.03%

 BLUE value IS 153 (60.16% from 255) = 82.7%

R = 10.27%
G = 7.03%
B = 82.7%

CMYK

 C value IS 0.88

 M value IS 0.92

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#130D99 (or 0x130D99) is known color: Ultramarine. HEX triplet: 13, 0D and 99. RGB value is (19,13,153). Sum of RGB (Red+Green+Blue) = 19+13+153=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 153 (60.16% from 255 or 82.70% from 185); Max value from RGB is 153 - color contains mainly: blue. Hex color #130D99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130D99 is #ECF266. Grayscale: #1E1E1E. Windows color (decimal): -15528551 or 10030355. OLE color: 10030355.

HSL color Cylindrical-coordinate representation of color #130D99: hue angle of 242.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130D99 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 13 153 -
CMYK 0.88 0.92 0 0.4
HSL 242.57º 0.84% 0.33% -
HSV(B) 242.57º 0.92% 0.6% -
XYZ 6.16 2.73 30.34 -
YUV 30.75 196.99 119.62 -
System Red Green Blue C M Y K H S L
Decimal 19 13 153 0.88 0.92 0 0.4 242.57 0.84 0.33
Hex 13 D 99 58 5C 0 28 F3 54 21
Octal 23 15 231 130 134 0 50 363 124 41
Binary 10011 1101 10011001 1011000 1011100 0 101000 11110011 1010100 100001

Color Harmonies of #130D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D99

Black with #130D99

Text Example


Text Example

White with #130D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,13,153); }

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

background-color css

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

 a { background-color: rgb(19,13,153); }

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

border-color css

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

 span { border-color: rgb(19,13,153); }

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