Html Css Color HEX #13178C Ultramarine

📋 copy color: '#13178C'

red 19 ◦ green 23 ◦ blue 140

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

Shades of Ultramarine #13178C

Tints of Ultramarine #13178C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 76.92%

R = 10.44%
G = 12.64%
B = 76.92%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13178C (or 0x13178C) is known color: Ultramarine. HEX triplet: 13, 17 and 8C. RGB value is (19,23,140). Sum of RGB (Red+Green+Blue) = 19+23+140=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 140 (55.08% from 255 or 76.92% from 182); Max value from RGB is 140 - color contains mainly: blue. Hex color #13178C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13178C is #ECE873. Grayscale: #222222. Windows color (decimal): -15526004 or 9180947. OLE color: 9180947.

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

Color convert

RGB 19 23 140 -
CMYK 0.86 0.84 0 0.45
HSL 238.02º 0.76% 0.31% -
HSV(B) 238.02º 0.86% 0.55% -
XYZ 5.31 2.64 25.04 -
YUV 35.14 187.17 116.49 -
System Red Green Blue C M Y K H S L
Decimal 19 23 140 0.86 0.84 0 0.45 238.02 0.76 0.31
Hex 13 17 8C 56 54 0 2D EE 4C 1F
Octal 23 27 214 126 124 0 55 356 114 37
Binary 10011 10111 10001100 1010110 1010100 0 101101 11101110 1001100 11111

Color Harmonies of #13178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13178C

Black with #13178C

Text Example


Text Example

White with #13178C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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