#1C199B

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

Shades of Ultramarine #1C199B

Tints of Ultramarine #1C199B

Color information

#1C199B (or 0x1C199B) is unknown color: approx Ultramarine. HEX triplet: 1C, 19 and 9B. RGB value is (28,25,155). Sum of RGB (Red+Green+Blue) = 28+25+155=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C199B is #E3E664. Grayscale: #282828. Windows color (decimal): -14935653 or 10164508. OLE color: 10164508.

HSL color Cylindrical-coordinate representation of color #1C199B: hue angle of 241.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C199B is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2825155-
CMYK0.820.8400.39
HSL241.38º72.22%35.29%-
HSV(B)241.38º83.87%60.78%-
XYZ6.743.3131.29-
YUV40.72192.49118.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.46%
GREEN value IS 25 (10.16% from 255) = 12.02%
BLUE value IS 155 (60.94% from 255) = 74.52%
R=13.46%
G=12.02%
B=74.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal28251550.820.8400.39241.3872.2235.29
Hex1C199B5254027f14823
Octal343123312212404736111043
Binary111001100110011011101001010101000100111111100011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C199B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C199B; }

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

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

<style>
 a { background-color: #1C199B; }

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

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

<style>
 span { border-color: #1C199B; }

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

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