Html Css Color HEX #13158B Ultramarine

📋 copy color: '#13158B'

red 19 ◦ green 21 ◦ blue 139

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

Shades of Ultramarine #13158B

Tints of Ultramarine #13158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 77.65%

R = 10.61%
G = 11.73%
B = 77.65%

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

#13158B (or 0x13158B) is known color: Ultramarine. HEX triplet: 13, 15 and 8B. RGB value is (19,21,139). Sum of RGB (Red+Green+Blue) = 19+21+139=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 139 (54.69% from 255 or 77.65% from 179); Max value from RGB is 139 - color contains mainly: blue. Hex color #13158B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13158B is #ECEA74. Grayscale: #212121. Windows color (decimal): -15526517 or 9114899. OLE color: 9114899.

HSL color Cylindrical-coordinate representation of color #13158B: hue angle of 239º 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 #13158B is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 21 139 -
CMYK 0.86 0.85 0 0.45
HSL 239º 0.76% 0.31% -
HSV(B) 239º 0.86% 0.55% -
XYZ 5.2 2.54 24.64 -
YUV 33.85 187.34 117.41 -
System Red Green Blue C M Y K H S L
Decimal 19 21 139 0.86 0.85 0 0.45 239 0.76 0.31
Hex 13 15 8B 56 55 0 2D EF 4C 1F
Octal 23 25 213 126 125 0 55 357 114 37
Binary 10011 10101 10001011 1010110 1010101 0 101101 11101111 1001100 11111

Color Harmonies of #13158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13158B

Black with #13158B

Text Example


Text Example

White with #13158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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