Html Css Color HEX #130090 Ultramarine

📋 copy color: '#130090'

red 19 ◦ green 0 ◦ blue 144

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

Shades of Ultramarine #130090

Tints of Ultramarine #130090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 88.34%

R = 11.66%
G = 0%
B = 88.34%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#130090 (or 0x130090) is known color: Ultramarine. HEX triplet: 13, 00 and 90. RGB value is (19,0,144). Sum of RGB (Red+Green+Blue) = 19+0+144=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 144 (56.64% from 255 or 88.34% from 163); Max value from RGB is 144 - color contains mainly: blue. Hex color #130090 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130090 is #ECFF6F. Grayscale: #151515. Windows color (decimal): -15531888 or 9437203. OLE color: 9437203.

HSL color Cylindrical-coordinate representation of color #130090: hue angle of 247.92º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130090 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 0 144 -
CMYK 0.87 1 0 0.44
HSL 247.92º 1% 0.28% -
HSV(B) 247.92º 1% 0.56% -
XYZ 5.3 2.15 26.52 -
YUV 22.1 196.79 125.79 -
System Red Green Blue C M Y K H S L
Decimal 19 0 144 0.87 1 0 0.44 247.92 1 0.28
Hex 13 0 90 57 64 0 2C F8 64 1C
Octal 23 0 220 127 144 0 54 370 144 34
Binary 10011 0 10010000 1010111 1100100 0 101100 11111000 1100100 11100

Color Harmonies of #130090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130090

Black with #130090

Text Example


Text Example

White with #130090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130090; }

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

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

background-color css

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

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

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

border-color css

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

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

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