Html Css Color HEX #130088 Ultramarine

📋 copy color: '#130088'

red 19 ◦ green 0 ◦ blue 136

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

Shades of Ultramarine #130088

Tints of Ultramarine #130088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 12.26%
G = 0%
B = 87.74%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#130088 (or 0x130088) is known color: Ultramarine. HEX triplet: 13, 00 and 88. RGB value is (19,0,136). Sum of RGB (Red+Green+Blue) = 19+0+136=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 136 (53.52% from 255 or 87.74% from 155); Max value from RGB is 136 - color contains mainly: blue. Hex color #130088 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130088 is #ECFF77. Grayscale: #141414. Windows color (decimal): -15531896 or 8912915. OLE color: 8912915.

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

Color convert

RGB 19 0 136 -
CMYK 0.86 1 0 0.47
HSL 248.38º 1% 0.27% -
HSV(B) 248.38º 1% 0.53% -
XYZ 4.71 1.92 23.41 -
YUV 21.19 192.79 126.44 -
System Red Green Blue C M Y K H S L
Decimal 19 0 136 0.86 1 0 0.47 248.38 1 0.27
Hex 13 0 88 56 64 0 2F F8 64 1B
Octal 23 0 210 126 144 0 57 370 144 33
Binary 10011 0 10001000 1010110 1100100 0 101111 11111000 1100100 11011

Color Harmonies of #130088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130088

Black with #130088

Text Example


Text Example

White with #130088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130088; }

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

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

background-color css

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

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

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

border-color css

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

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

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