Html Css Color HEX #130388 Ultramarine

📋 copy color: '#130388'

red 19 ◦ green 3 ◦ blue 136

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

Shades of Ultramarine #130388

Tints of Ultramarine #130388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.9%

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

R = 12.03%
G = 1.9%
B = 86.08%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#130388 (or 0x130388) is known color: Ultramarine. HEX triplet: 13, 03 and 88. RGB value is (19,3,136). Sum of RGB (Red+Green+Blue) = 19+3+136=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 136 (53.52% from 255 or 86.08% from 158); Max value from RGB is 136 - color contains mainly: blue. Hex color #130388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130388 is #ECFC77. Grayscale: #161616. Windows color (decimal): -15531128 or 8913683. OLE color: 8913683.

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

Color convert

RGB 19 3 136 -
CMYK 0.86 0.98 0 0.47
HSL 247.22º 0.96% 0.27% -
HSV(B) 247.22º 0.98% 0.53% -
XYZ 4.75 1.98 23.42 -
YUV 22.95 191.8 125.19 -
System Red Green Blue C M Y K H S L
Decimal 19 3 136 0.86 0.98 0 0.47 247.22 0.96 0.27
Hex 13 3 88 56 62 0 2F F7 60 1B
Octal 23 3 210 126 142 0 57 367 140 33
Binary 10011 11 10001000 1010110 1100010 0 101111 11110111 1100000 11011

Color Harmonies of #130388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130388

Black with #130388

Text Example


Text Example

White with #130388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130388; }

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

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

background-color css

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

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

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

border-color css

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

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

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