Html Css Color HEX #13179C Ultramarine

📋 copy color: '#13179C'

red 19 ◦ green 23 ◦ blue 156

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

Shades of Ultramarine #13179C

Tints of Ultramarine #13179C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 78.79%

R = 9.6%
G = 11.62%
B = 78.79%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13179C (or 0x13179C) is known color: Ultramarine. HEX triplet: 13, 17 and 9C. RGB value is (19,23,156). Sum of RGB (Red+Green+Blue) = 19+23+156=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 156 (61.33% from 255 or 78.79% from 198); Max value from RGB is 156 - color contains mainly: blue. Hex color #13179C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13179C is #ECE863. Grayscale: #242424. Windows color (decimal): -15525988 or 10229523. OLE color: 10229523.

HSL color Cylindrical-coordinate representation of color #13179C: hue angle of 238.25º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13179C is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 23 156 -
CMYK 0.88 0.85 0 0.39
HSL 238.25º 0.78% 0.34% -
HSV(B) 238.25º 0.88% 0.61% -
XYZ 6.58 3.15 31.71 -
YUV 36.97 195.17 115.19 -
System Red Green Blue C M Y K H S L
Decimal 19 23 156 0.88 0.85 0 0.39 238.25 0.78 0.34
Hex 13 17 9C 58 55 0 27 EE 4E 22
Octal 23 27 234 130 125 0 47 356 116 42
Binary 10011 10111 10011100 1011000 1010101 0 100111 11101110 1001110 100010

Color Harmonies of #13179C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13179C

Black with #13179C

Text Example


Text Example

White with #13179C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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