Html Css Color HEX #13158C Ultramarine

📋 copy color: '#13158C'

red 19 ◦ green 21 ◦ blue 140

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

Shades of Ultramarine #13158C

Tints of Ultramarine #13158C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

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

R = 10.56%
G = 11.67%
B = 77.78%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13158C (or 0x13158C) is known color: Ultramarine. HEX triplet: 13, 15 and 8C. RGB value is (19,21,140). Sum of RGB (Red+Green+Blue) = 19+21+140=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 140 (55.08% from 255 or 77.78% from 180); Max value from RGB is 140 - color contains mainly: blue. Hex color #13158C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13158C is #ECEA73. Grayscale: #212121. Windows color (decimal): -15526516 or 9180435. OLE color: 9180435.

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

Color convert

RGB 19 21 140 -
CMYK 0.86 0.85 0 0.45
HSL 239.01º 0.76% 0.31% -
HSV(B) 239.01º 0.86% 0.55% -
XYZ 5.27 2.57 25.03 -
YUV 33.97 187.84 117.32 -
System Red Green Blue C M Y K H S L
Decimal 19 21 140 0.86 0.85 0 0.45 239.01 0.76 0.31
Hex 13 15 8C 56 55 0 2D EF 4C 1F
Octal 23 25 214 126 125 0 55 357 114 37
Binary 10011 10101 10001100 1010110 1010101 0 101101 11101111 1001100 11111

Color Harmonies of #13158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13158C

Black with #13158C

Text Example


Text Example

White with #13158C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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