#1C198E

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

Shades of Ultramarine #1C198E

Tints of Ultramarine #1C198E

Color information

#1C198E (or 0x1C198E) is unknown color: approx Ultramarine. HEX triplet: 1C, 19 and 8E. RGB value is (28,25,142). Sum of RGB (Red+Green+Blue) = 28+25+142=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 142 (55.86% from 255 or 72.82% from 195); Max value from RGB is 142 - color contains mainly: blue. Hex color #1C198E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C198E is #E3E671. Grayscale: #262626. Windows color (decimal): -14935666 or 9312540. OLE color: 9312540.

HSL color Cylindrical-coordinate representation of color #1C198E: hue angle of 241.54º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C198E is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2825142-
CMYK0.800.8200.44
HSL241.54º70.06%32.75%-
HSV(B)241.54º82.39%55.69%-
XYZ5.712.925.85-
YUV39.24185.99119.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.36%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 142 (55.86% from 255) = 72.82%
R=14.36%
G=12.82%
B=72.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal28251420.800.8200.44241.5470.0632.75
Hex1C198E505202Cf24621
Octal343121612012205436210641
Binary111001100110001110101000010100100101100111100101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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