#131D9C

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

Shades of Ultramarine #131D9C

Tints of Ultramarine #131D9C

Color information

#131D9C (or 0x131D9C) is unknown color: approx Ultramarine. HEX triplet: 13, 1D and 9C. RGB value is (19,29,156). Sum of RGB (Red+Green+Blue) = 19+29+156=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 156 (61.33% from 255 or 76.47% from 204); Max value from RGB is 156 - color contains mainly: blue. Hex color #131D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131D9C is #ECE263. Grayscale: #272727. Windows color (decimal): -15524452 or 10231059. OLE color: 10231059.

HSL color Cylindrical-coordinate representation of color #131D9C: hue angle of 235.62º 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 #131D9C is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1929156-
CMYK0.880.8100.39
HSL235.62º78.29%34.31%-
HSV(B)235.62º87.82%61.18%-
XYZ6.713.4231.76-
YUV40.49193.19112.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.31%
GREEN value IS 29 (11.72% from 255) = 14.22%
BLUE value IS 156 (61.33% from 255) = 76.47%
R=9.31%
G=14.22%
B=76.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19291560.880.8100.39235.6278.2934.31
Hex131D9C5851027ec4e22
Octal233523413012104735411642
Binary100111110110011100101100010100010100111111011001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131D9C; }

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

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

<style>
 a { background-color: #131D9C; }

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

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

<style>
 span { border-color: #131D9C; }

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

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