Html Css Color HEX #13148D Ultramarine

📋 copy color: '#13148D'

red 19 ◦ green 20 ◦ blue 141

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

Shades of Ultramarine #13148D

Tints of Ultramarine #13148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.11%

 BLUE value IS 141 (55.47% from 255) = 78.33%

R = 10.56%
G = 11.11%
B = 78.33%

CMYK

 C value IS 0.87

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13148D (or 0x13148D) is known color: Ultramarine. HEX triplet: 13, 14 and 8D. RGB value is (19,20,141). Sum of RGB (Red+Green+Blue) = 19+20+141=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 141 (55.47% from 255 or 78.33% from 180); Max value from RGB is 141 - color contains mainly: blue. Hex color #13148D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13148D is #ECEB72. Grayscale: #212121. Windows color (decimal): -15526771 or 9245715. OLE color: 9245715.

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

Color convert

RGB 19 20 141 -
CMYK 0.87 0.86 0 0.45
HSL 239.51º 0.76% 0.31% -
HSV(B) 239.51º 0.87% 0.55% -
XYZ 5.33 2.56 25.41 -
YUV 33.5 188.67 117.66 -
System Red Green Blue C M Y K H S L
Decimal 19 20 141 0.87 0.86 0 0.45 239.51 0.76 0.31
Hex 13 14 8D 57 56 0 2D F0 4C 1F
Octal 23 24 215 127 126 0 55 360 114 37
Binary 10011 10100 10001101 1010111 1010110 0 101101 11110000 1001100 11111

Color Harmonies of #13148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13148D

Black with #13148D

Text Example


Text Example

White with #13148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13148D; }

 p { color: rgb(19,20,141); }

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

background-color css

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

 a { background-color: rgb(19,20,141); }

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

border-color css

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

 span { border-color: rgb(19,20,141); }

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