Html Css Color HEX #130E84 Ultramarine

📋 copy color: '#130E84'

red 19 ◦ green 14 ◦ blue 132

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

Shades of Ultramarine #130E84

Tints of Ultramarine #130E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 80%

R = 11.52%
G = 8.48%
B = 80%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#130E84 (or 0x130E84) is known color: Ultramarine. HEX triplet: 13, 0E and 84. RGB value is (19,14,132). Sum of RGB (Red+Green+Blue) = 19+14+132=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 132 (51.95% from 255 or 80% from 165); Max value from RGB is 132 - color contains mainly: blue. Hex color #130E84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130E84 is #ECF17B. Grayscale: #1C1C1C. Windows color (decimal): -15528316 or 8654355. OLE color: 8654355.

HSL color Cylindrical-coordinate representation of color #130E84: hue angle of 242.54º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130E84 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 14 132 -
CMYK 0.86 0.89 0 0.48
HSL 242.54º 0.81% 0.29% -
HSV(B) 242.54º 0.89% 0.52% -
XYZ 4.59 2.12 22 -
YUV 28.95 186.16 120.91 -
System Red Green Blue C M Y K H S L
Decimal 19 14 132 0.86 0.89 0 0.48 242.54 0.81 0.29
Hex 13 E 84 56 59 0 30 F3 51 1D
Octal 23 16 204 126 131 0 60 363 121 35
Binary 10011 1110 10000100 1010110 1011001 0 110000 11110011 1010001 11101

Color Harmonies of #130E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E84

Black with #130E84

Text Example


Text Example

White with #130E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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