#13178D

Color #13178D Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #13178D

Tints of Ultramarine #13178D

Color information

#13178D (or 0x13178D) is unknown color: approx Ultramarine. HEX triplet: 13, 17 and 8D. RGB value is (19,23,141). Sum of RGB (Red+Green+Blue) = 19+23+141=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 141 (55.47% from 255 or 77.05% from 183); Max value from RGB is 141 - color contains mainly: blue. Hex color #13178D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13178D is #ECE872. Grayscale: #222222. Windows color (decimal): -15526003 or 9246483. OLE color: 9246483.

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

Color convert

RGB1923141-
CMYK0.870.8400.45
HSL238.03º76.25%31.37%-
HSV(B)238.03º86.52%55.29%-
XYZ5.382.6725.43-
YUV35.26187.67116.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 23 (9.38% from 255) = 12.57%
BLUE value IS 141 (55.47% from 255) = 77.05%
R=10.38%
G=12.57%
B=77.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19231410.870.8400.45238.0376.2531.37
Hex13178D575402Dee4c1f
Octal232721512712405535611437
Binary10011101111000110110101111010100010110111101110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13178D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13178D;
 }
 .AnyTagClassName
 {
   color: #13178D;
 }
</style>
background-color css

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

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

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

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

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

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