Html Css Color HEX #130188 Ultramarine

📋 copy color: '#130188'

red 19 ◦ green 1 ◦ blue 136

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

Shades of Ultramarine #130188

Tints of Ultramarine #130188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 12.18%
G = 0.64%
B = 87.18%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#130188 (or 0x130188) is known color: Ultramarine. HEX triplet: 13, 01 and 88. RGB value is (19,1,136). Sum of RGB (Red+Green+Blue) = 19+1+136=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 136 (53.52% from 255 or 87.18% from 156); Max value from RGB is 136 - color contains mainly: blue. Hex color #130188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130188 is #ECFE77. Grayscale: #151515. Windows color (decimal): -15531640 or 8913171. OLE color: 8913171.

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

Color convert

RGB 19 1 136 -
CMYK 0.86 0.99 0 0.47
HSL 248º 0.99% 0.27% -
HSV(B) 248º 0.99% 0.53% -
XYZ 4.72 1.94 23.42 -
YUV 21.77 192.46 126.02 -
System Red Green Blue C M Y K H S L
Decimal 19 1 136 0.86 0.99 0 0.47 248 0.99 0.27
Hex 13 1 88 56 63 0 2F F8 63 1B
Octal 23 1 210 126 143 0 57 370 143 33
Binary 10011 1 10001000 1010110 1100011 0 101111 11111000 1100011 11011

Color Harmonies of #130188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130188

Black with #130188

Text Example


Text Example

White with #130188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130188; }

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

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

background-color css

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

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

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

border-color css

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

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

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