#1C1998

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

Shades of Ultramarine #1C1998

Tints of Ultramarine #1C1998

Color information

#1C1998 (or 0x1C1998) is unknown color: approx Ultramarine. HEX triplet: 1C, 19 and 98. RGB value is (28,25,152). Sum of RGB (Red+Green+Blue) = 28+25+152=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 152 (59.77% from 255 or 74.15% from 205); Max value from RGB is 152 - color contains mainly: blue. Hex color #1C1998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C1998 is #E3E667. Grayscale: #272727. Windows color (decimal): -14935656 or 9967900. OLE color: 9967900.

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

Color convert

RGB2825152-
CMYK0.820.8400.40
HSL241.42º71.75%34.71%-
HSV(B)241.42º83.55%59.61%-
XYZ6.493.2129.98-
YUV40.38190.99119.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.66%
GREEN value IS 25 (10.16% from 255) = 12.20%
BLUE value IS 152 (59.77% from 255) = 74.15%
R=13.66%
G=12.20%
B=74.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal28251520.820.8400.40241.4271.7534.71
Hex1C19985254028f14823
Octal343123012212405036111043
Binary111001100110011000101001010101000101000111100011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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