Html Css Color HEX #130788 Ultramarine

📋 copy color: '#130788'

red 19 ◦ green 7 ◦ blue 136

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

Shades of Ultramarine #130788

Tints of Ultramarine #130788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.32%

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

R = 11.73%
G = 4.32%
B = 83.95%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#130788 (or 0x130788) is known color: Ultramarine. HEX triplet: 13, 07 and 88. RGB value is (19,7,136). Sum of RGB (Red+Green+Blue) = 19+7+136=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 136 (53.52% from 255 or 83.95% from 162); Max value from RGB is 136 - color contains mainly: blue. Hex color #130788 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130788 is #ECF877. Grayscale: #181818. Windows color (decimal): -15530104 or 8914707. OLE color: 8914707.

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

Color convert

RGB 19 7 136 -
CMYK 0.86 0.95 0 0.47
HSL 245.58º 0.9% 0.28% -
HSV(B) 245.58º 0.95% 0.53% -
XYZ 4.79 2.07 23.44 -
YUV 25.29 190.48 123.51 -
System Red Green Blue C M Y K H S L
Decimal 19 7 136 0.86 0.95 0 0.47 245.58 0.9 0.28
Hex 13 7 88 56 5F 0 2F F6 5A 1C
Octal 23 7 210 126 137 0 57 366 132 34
Binary 10011 111 10001000 1010110 1011111 0 101111 11110110 1011010 11100

Color Harmonies of #130788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130788

Black with #130788

Text Example


Text Example

White with #130788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130788; }

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

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

background-color css

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

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

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

border-color css

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

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

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