Html Css Color HEX #130288 Ultramarine

📋 copy color: '#130288'

red 19 ◦ green 2 ◦ blue 136

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

Shades of Ultramarine #130288

Tints of Ultramarine #130288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 12.1%
G = 1.27%
B = 86.62%

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

#130288 (or 0x130288) is known color: Ultramarine. HEX triplet: 13, 02 and 88. RGB value is (19,2,136). Sum of RGB (Red+Green+Blue) = 19+2+136=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 136 (53.52% from 255 or 86.62% from 157); Max value from RGB is 136 - color contains mainly: blue. Hex color #130288 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130288 is #ECFD77. Grayscale: #151515. Windows color (decimal): -15531384 or 8913427. OLE color: 8913427.

HSL color Cylindrical-coordinate representation of color #130288: hue angle of 247.61º degrees, saturation: 0.97, 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 #130288 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 2 136 -
CMYK 0.86 0.99 0 0.47
HSL 247.61º 0.97% 0.27% -
HSV(B) 247.61º 0.99% 0.53% -
XYZ 4.73 1.96 23.42 -
YUV 22.36 192.13 125.6 -
System Red Green Blue C M Y K H S L
Decimal 19 2 136 0.86 0.99 0 0.47 247.61 0.97 0.27
Hex 13 2 88 56 63 0 2F F8 61 1B
Octal 23 2 210 126 143 0 57 370 141 33
Binary 10011 10 10001000 1010110 1100011 0 101111 11111000 1100001 11011

Color Harmonies of #130288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130288

Black with #130288

Text Example


Text Example

White with #130288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130288; }

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

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

background-color css

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

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

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

border-color css

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

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

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