Html Css Color HEX #13118C Ultramarine

📋 copy color: '#13118C'

red 19 ◦ green 17 ◦ blue 140

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

Shades of Ultramarine #13118C

Tints of Ultramarine #13118C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.66%

 BLUE value IS 140 (55.08% from 255) = 79.55%

R = 10.8%
G = 9.66%
B = 79.55%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13118C (or 0x13118C) is known color: Ultramarine. HEX triplet: 13, 11 and 8C. RGB value is (19,17,140). Sum of RGB (Red+Green+Blue) = 19+17+140=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 140 (55.08% from 255 or 79.55% from 176); Max value from RGB is 140 - color contains mainly: blue. Hex color #13118C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13118C is #ECEE73. Grayscale: #1F1F1F. Windows color (decimal): -15527540 or 9179411. OLE color: 9179411.

HSL color Cylindrical-coordinate representation of color #13118C: hue angle of 240.98º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13118C is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 17 140 -
CMYK 0.86 0.88 0 0.45
HSL 240.98º 0.78% 0.31% -
HSV(B) 240.98º 0.88% 0.55% -
XYZ 5.2 2.43 25.01 -
YUV 31.62 189.16 119 -
System Red Green Blue C M Y K H S L
Decimal 19 17 140 0.86 0.88 0 0.45 240.98 0.78 0.31
Hex 13 11 8C 56 58 0 2D F1 4E 1F
Octal 23 21 214 126 130 0 55 361 116 37
Binary 10011 10001 10001100 1010110 1011000 0 101101 11110001 1001110 11111

Color Harmonies of #13118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13118C

Black with #13118C

Text Example


Text Example

White with #13118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13118C; }

 p { color: rgb(19,17,140); }

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

background-color css

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

 a { background-color: rgb(19,17,140); }

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

border-color css

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

 span { border-color: rgb(19,17,140); }

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