Html Css Color HEX #130099 Ultramarine

📋 copy color: '#130099'

red 19 ◦ green 0 ◦ blue 153

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

Shades of Ultramarine #130099

Tints of Ultramarine #130099

RGB

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

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

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

R = 11.05%
G = 0%
B = 88.95%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#130099 (or 0x130099) is known color: Ultramarine. HEX triplet: 13, 00 and 99. RGB value is (19,0,153). Sum of RGB (Red+Green+Blue) = 19+0+153=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 153 (60.16% from 255 or 88.95% from 172); Max value from RGB is 153 - color contains mainly: blue. Hex color #130099 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130099 is #ECFF66. Grayscale: #161616. Windows color (decimal): -15531879 or 10027027. OLE color: 10027027.

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

Color convert

RGB 19 0 153 -
CMYK 0.88 1 0 0.4
HSL 247.45º 1% 0.3% -
HSV(B) 247.45º 1% 0.6% -
XYZ 6.02 2.44 30.29 -
YUV 23.12 201.29 125.06 -
System Red Green Blue C M Y K H S L
Decimal 19 0 153 0.88 1 0 0.4 247.45 1 0.3
Hex 13 0 99 58 64 0 28 F7 64 1E
Octal 23 0 231 130 144 0 50 367 144 36
Binary 10011 0 10011001 1011000 1100100 0 101000 11110111 1100100 11110

Color Harmonies of #130099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130099

Black with #130099

Text Example


Text Example

White with #130099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130099; }

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

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

background-color css

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

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

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

border-color css

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

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

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