Html Css Color HEX #13178E Ultramarine

📋 copy color: '#13178E'

red 19 ◦ green 23 ◦ blue 142

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

Shades of Ultramarine #13178E

Tints of Ultramarine #13178E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.5%

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

R = 10.33%
G = 12.5%
B = 77.17%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#13178E (or 0x13178E) is known color: Ultramarine. HEX triplet: 13, 17 and 8E. RGB value is (19,23,142). Sum of RGB (Red+Green+Blue) = 19+23+142=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 142 (55.86% from 255 or 77.17% from 184); Max value from RGB is 142 - color contains mainly: blue. Hex color #13178E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13178E is #ECE871. Grayscale: #222222. Windows color (decimal): -15526002 or 9312019. OLE color: 9312019.

HSL color Cylindrical-coordinate representation of color #13178E: hue angle of 238.05º 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 #13178E is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 23 142 -
CMYK 0.87 0.84 0 0.44
HSL 238.05º 0.76% 0.32% -
HSV(B) 238.05º 0.87% 0.56% -
XYZ 5.46 2.7 25.83 -
YUV 35.37 188.17 116.32 -
System Red Green Blue C M Y K H S L
Decimal 19 23 142 0.87 0.84 0 0.44 238.05 0.76 0.32
Hex 13 17 8E 57 54 0 2C EE 4C 20
Octal 23 27 216 127 124 0 54 356 114 40
Binary 10011 10111 10001110 1010111 1010100 0 101100 11101110 1001100 100000

Color Harmonies of #13178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13178E

Black with #13178E

Text Example


Text Example

White with #13178E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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