Html Css Color HEX #130089 Ultramarine

📋 copy color: '#130089'

red 19 ◦ green 0 ◦ blue 137

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

Shades of Ultramarine #130089

Tints of Ultramarine #130089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 87.82%

R = 12.18%
G = 0%
B = 87.82%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#130089 (or 0x130089) is known color: Ultramarine. HEX triplet: 13, 00 and 89. RGB value is (19,0,137). Sum of RGB (Red+Green+Blue) = 19+0+137=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 137 (53.91% from 255 or 87.82% from 156); Max value from RGB is 137 - color contains mainly: blue. Hex color #130089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130089 is #ECFF76. Grayscale: #141414. Windows color (decimal): -15531895 or 8978451. OLE color: 8978451.

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

Color convert

RGB 19 0 137 -
CMYK 0.86 1 0 0.46
HSL 248.32º 1% 0.27% -
HSV(B) 248.32º 1% 0.54% -
XYZ 4.78 1.94 23.79 -
YUV 21.3 193.29 126.36 -
System Red Green Blue C M Y K H S L
Decimal 19 0 137 0.86 1 0 0.46 248.32 1 0.27
Hex 13 0 89 56 64 0 2E F8 64 1B
Octal 23 0 211 126 144 0 56 370 144 33
Binary 10011 0 10001001 1010110 1100100 0 101110 11111000 1100100 11011

Color Harmonies of #130089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130089

Black with #130089

Text Example


Text Example

White with #130089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130089; }

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

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

background-color css

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

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

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

border-color css

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

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

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