Html Css Color HEX #130888 Ultramarine

📋 copy color: '#130888'

red 19 ◦ green 8 ◦ blue 136

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

Shades of Ultramarine #130888

Tints of Ultramarine #130888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 83.44%

R = 11.66%
G = 4.91%
B = 83.44%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#130888 (or 0x130888) is known color: Ultramarine. HEX triplet: 13, 08 and 88. RGB value is (19,8,136). Sum of RGB (Red+Green+Blue) = 19+8+136=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 136 (53.52% from 255 or 83.44% from 163); Max value from RGB is 136 - color contains mainly: blue. Hex color #130888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130888 is #ECF777. Grayscale: #191919. Windows color (decimal): -15529848 or 8914963. OLE color: 8914963.

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

Color convert

RGB 19 8 136 -
CMYK 0.86 0.94 0 0.47
HSL 245.16º 0.89% 0.28% -
HSV(B) 245.16º 0.94% 0.53% -
XYZ 4.8 2.09 23.44 -
YUV 25.88 190.14 123.09 -
System Red Green Blue C M Y K H S L
Decimal 19 8 136 0.86 0.94 0 0.47 245.16 0.89 0.28
Hex 13 8 88 56 5E 0 2F F5 59 1C
Octal 23 10 210 126 136 0 57 365 131 34
Binary 10011 1000 10001000 1010110 1011110 0 101111 11110101 1011001 11100

Color Harmonies of #130888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130888

Black with #130888

Text Example


Text Example

White with #130888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130888; }

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

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

background-color css

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

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

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

border-color css

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

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

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