Html Css Color HEX #130E90 Ultramarine

📋 copy color: '#130E90'

red 19 ◦ green 14 ◦ blue 144

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

Shades of Ultramarine #130E90

Tints of Ultramarine #130E90

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.91%

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

R = 10.73%
G = 7.91%
B = 81.36%

CMYK

 C value IS 0.87

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#130E90 (or 0x130E90) is known color: Ultramarine. HEX triplet: 13, 0E and 90. RGB value is (19,14,144). Sum of RGB (Red+Green+Blue) = 19+14+144=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 144 (56.64% from 255 or 81.36% from 177); Max value from RGB is 144 - color contains mainly: blue. Hex color #130E90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130E90 is #ECF16F. Grayscale: #1D1D1D. Windows color (decimal): -15528304 or 9440787. OLE color: 9440787.

HSL color Cylindrical-coordinate representation of color #130E90: hue angle of 242.31º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130E90 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 14 144 -
CMYK 0.87 0.90 0 0.44
HSL 242.31º 0.82% 0.31% -
HSV(B) 242.31º 0.9% 0.56% -
XYZ 5.46 2.47 26.57 -
YUV 30.32 192.16 119.93 -
System Red Green Blue C M Y K H S L
Decimal 19 14 144 0.87 0.90 0 0.44 242.31 0.82 0.31
Hex 13 E 90 57 5A 0 2C F2 52 1F
Octal 23 16 220 127 132 0 54 362 122 37
Binary 10011 1110 10010000 1010111 1011010 0 101100 11110010 1010010 11111

Color Harmonies of #130E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E90

Black with #130E90

Text Example


Text Example

White with #130E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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