Html Css Color HEX #130883 Ultramarine

📋 copy color: '#130883'

red 19 ◦ green 8 ◦ blue 131

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

Shades of Ultramarine #130883

Tints of Ultramarine #130883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.06%

 BLUE value IS 131 (51.56% from 255) = 82.91%

R = 12.03%
G = 5.06%
B = 82.91%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#130883 (or 0x130883) is known color: Ultramarine. HEX triplet: 13, 08 and 83. RGB value is (19,8,131). Sum of RGB (Red+Green+Blue) = 19+8+131=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 131 (51.56% from 255 or 82.91% from 158); Max value from RGB is 131 - color contains mainly: blue. Hex color #130883 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130883 is #ECF77C. Grayscale: #181818. Windows color (decimal): -15529853 or 8587283. OLE color: 8587283.

HSL color Cylindrical-coordinate representation of color #130883: hue angle of 245.37º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130883 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 8 131 -
CMYK 0.85 0.94 0 0.49
HSL 245.37º 0.88% 0.27% -
HSV(B) 245.37º 0.94% 0.51% -
XYZ 4.45 1.95 21.61 -
YUV 25.31 187.64 123.5 -
System Red Green Blue C M Y K H S L
Decimal 19 8 131 0.85 0.94 0 0.49 245.37 0.88 0.27
Hex 13 8 83 55 5E 0 31 F5 58 1B
Octal 23 10 203 125 136 0 61 365 130 33
Binary 10011 1000 10000011 1010101 1011110 0 110001 11110101 1011000 11011

Color Harmonies of #130883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130883

Black with #130883

Text Example


Text Example

White with #130883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130883; }

 p { color: rgb(19,8,131); }

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

background-color css

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

 a { background-color: rgb(19,8,131); }

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

border-color css

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

 span { border-color: rgb(19,8,131); }

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