Html Css Color HEX #13109E Ultramarine

📋 copy color: '#13109E'

red 19 ◦ green 16 ◦ blue 158

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

Shades of Ultramarine #13109E

Tints of Ultramarine #13109E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.29%

 BLUE value IS 158 (62.11% from 255) = 81.87%

R = 9.84%
G = 8.29%
B = 81.87%

CMYK

 C value IS 0.88

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13109E (or 0x13109E) is known color: Ultramarine. HEX triplet: 13, 10 and 9E. RGB value is (19,16,158). Sum of RGB (Red+Green+Blue) = 19+16+158=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 158 (62.11% from 255 or 81.87% from 193); Max value from RGB is 158 - color contains mainly: blue. Hex color #13109E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13109E is #ECEF61. Grayscale: #202020. Windows color (decimal): -15527778 or 10358803. OLE color: 10358803.

HSL color Cylindrical-coordinate representation of color #13109E: hue angle of 241.27º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13109E is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 16 158 -
CMYK 0.88 0.90 0 0.38
HSL 241.27º 0.82% 0.34% -
HSV(B) 241.27º 0.9% 0.62% -
XYZ 6.63 2.98 32.57 -
YUV 33.09 198.49 117.95 -
System Red Green Blue C M Y K H S L
Decimal 19 16 158 0.88 0.90 0 0.38 241.27 0.82 0.34
Hex 13 10 9E 58 5A 0 26 F1 52 22
Octal 23 20 236 130 132 0 46 361 122 42
Binary 10011 10000 10011110 1011000 1011010 0 100110 11110001 1010010 100010

Color Harmonies of #13109E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13109E

Black with #13109E

Text Example


Text Example

White with #13109E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13109E; }

 p { color: rgb(19,16,158); }

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

background-color css

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

 a { background-color: rgb(19,16,158); }

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

border-color css

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

 span { border-color: rgb(19,16,158); }

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