Html Css Color HEX #130499 Ultramarine

📋 copy color: '#130499'

red 19 ◦ green 4 ◦ blue 153

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

Shades of Ultramarine #130499

Tints of Ultramarine #130499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.27%

 BLUE value IS 153 (60.16% from 255) = 86.93%

R = 10.8%
G = 2.27%
B = 86.93%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#130499 (or 0x130499) is known color: Ultramarine. HEX triplet: 13, 04 and 99. RGB value is (19,4,153). Sum of RGB (Red+Green+Blue) = 19+4+153=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 153 (60.16% from 255 or 86.93% from 176); Max value from RGB is 153 - color contains mainly: blue. Hex color #130499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130499 is #ECFB66. Grayscale: #181818. Windows color (decimal): -15530855 or 10028051. OLE color: 10028051.

HSL color Cylindrical-coordinate representation of color #130499: hue angle of 246.04º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130499 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 4 153 -
CMYK 0.88 0.97 0 0.4
HSL 246.04º 0.95% 0.31% -
HSV(B) 246.04º 0.97% 0.6% -
XYZ 6.06 2.53 30.3 -
YUV 25.47 199.97 123.38 -
System Red Green Blue C M Y K H S L
Decimal 19 4 153 0.88 0.97 0 0.4 246.04 0.95 0.31
Hex 13 4 99 58 61 0 28 F6 5F 1F
Octal 23 4 231 130 141 0 50 366 137 37
Binary 10011 100 10011001 1011000 1100001 0 101000 11110110 1011111 11111

Color Harmonies of #130499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130499

Black with #130499

Text Example


Text Example

White with #130499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130499; }

 p { color: rgb(19,4,153); }

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

background-color css

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

 a { background-color: rgb(19,4,153); }

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

border-color css

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

 span { border-color: rgb(19,4,153); }

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