#191C8A

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

Shades of Ultramarine #191C8A

Tints of Ultramarine #191C8A

Color information

#191C8A (or 0x191C8A) is unknown color: approx Ultramarine. HEX triplet: 19, 1C and 8A. RGB value is (25,28,138). Sum of RGB (Red+Green+Blue) = 25+28+138=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 138 (54.30% from 255 or 72.25% from 191); Max value from RGB is 138 - color contains mainly: blue. Hex color #191C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191C8A is #E6E375. Grayscale: #272727. Windows color (decimal): -15131510 or 9051161. OLE color: 9051161.

HSL color Cylindrical-coordinate representation of color #191C8A: hue angle of 238.41º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #191C8A is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2528138-
CMYK0.820.8000.46
HSL238.41º69.33%31.96%-
HSV(B)238.41º81.88%54.12%-
XYZ5.42.8724.31-
YUV39.64183.51117.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 28 (11.33% from 255) = 14.66%
BLUE value IS 138 (54.30% from 255) = 72.25%
R=13.09%
G=14.66%
B=72.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25281380.820.8000.46238.4169.3331.96
Hex191C8A525002Eee4520
Octal313421212212005635610540
Binary110011110010001010101001010100000101110111011101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191C8A; }

 p { color: rgb(25,28,138); }

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

<style>
 a { background-color: #191C8A; }

 a { background-color: rgb(25,28,138); }

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

<style>
 span { border-color: #191C8A; }

 span { border-color: rgb(25,28,138); }

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