Html Css Color HEX #130885 Ultramarine

📋 copy color: '#130885'

red 19 ◦ green 8 ◦ blue 133

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

Shades of Ultramarine #130885

Tints of Ultramarine #130885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 83.13%

R = 11.88%
G = 5%
B = 83.13%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#130885 (or 0x130885) is known color: Ultramarine. HEX triplet: 13, 08 and 85. RGB value is (19,8,133). Sum of RGB (Red+Green+Blue) = 19+8+133=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 133 (52.34% from 255 or 83.12% from 160); Max value from RGB is 133 - color contains mainly: blue. Hex color #130885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130885 is #ECF77A. Grayscale: #191919. Windows color (decimal): -15529851 or 8718355. OLE color: 8718355.

HSL color Cylindrical-coordinate representation of color #130885: hue angle of 245.28º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130885 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 8 133 -
CMYK 0.86 0.94 0 0.48
HSL 245.28º 0.89% 0.28% -
HSV(B) 245.28º 0.94% 0.52% -
XYZ 4.59 2.01 22.34 -
YUV 25.54 188.64 123.34 -
System Red Green Blue C M Y K H S L
Decimal 19 8 133 0.86 0.94 0 0.48 245.28 0.89 0.28
Hex 13 8 85 56 5E 0 30 F5 59 1C
Octal 23 10 205 126 136 0 60 365 131 34
Binary 10011 1000 10000101 1010110 1011110 0 110000 11110101 1011001 11100

Color Harmonies of #130885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130885

Black with #130885

Text Example


Text Example

White with #130885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130885; }

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

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

background-color css

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

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

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

border-color css

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

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

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