Html Css Color HEX #13148E Ultramarine

📋 copy color: '#13148E'

red 19 ◦ green 20 ◦ blue 142

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

Shades of Ultramarine #13148E

Tints of Ultramarine #13148E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 78.45%

R = 10.5%
G = 11.05%
B = 78.45%

CMYK

 C value IS 0.87

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#13148E (or 0x13148E) is known color: Ultramarine. HEX triplet: 13, 14 and 8E. RGB value is (19,20,142). Sum of RGB (Red+Green+Blue) = 19+20+142=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 142 (55.86% from 255 or 78.45% from 181); Max value from RGB is 142 - color contains mainly: blue. Hex color #13148E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13148E is #ECEB71. Grayscale: #212121. Windows color (decimal): -15526770 or 9311251. OLE color: 9311251.

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

Color convert

RGB 19 20 142 -
CMYK 0.87 0.86 0 0.44
HSL 239.51º 0.76% 0.32% -
HSV(B) 239.51º 0.87% 0.56% -
XYZ 5.4 2.59 25.81 -
YUV 33.61 189.17 117.58 -
System Red Green Blue C M Y K H S L
Decimal 19 20 142 0.87 0.86 0 0.44 239.51 0.76 0.32
Hex 13 14 8E 57 56 0 2C F0 4C 20
Octal 23 24 216 127 126 0 54 360 114 40
Binary 10011 10100 10001110 1010111 1010110 0 101100 11110000 1001100 100000

Color Harmonies of #13148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13148E

Black with #13148E

Text Example


Text Example

White with #13148E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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