#1C0098

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

Shades of Ultramarine #1C0098

Tints of Ultramarine #1C0098

Color information

#1C0098 (or 0x1C0098) is unknown color: approx Ultramarine. HEX triplet: 1C, 00 and 98. RGB value is (28,0,152). Sum of RGB (Red+Green+Blue) = 28+0+152=180 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.56% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 152 (59.77% from 255 or 84.44% from 180); Max value from RGB is 152 - color contains mainly: blue. Hex color #1C0098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0098 is #E3FF67. Grayscale: #191919. Windows color (decimal): -14942056 or 9961500. OLE color: 9961500.

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

Color convert

RGB280152-
CMYK0.82100.40
HSL251.05º100%29.8%-
HSV(B)251.05º100%59.61%-
XYZ6.152.5129.87-
YUV25.7199.28129.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 152 (59.77% from 255) = 84.44%
R=15.56%
G=0%
B=84.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2801520.82100.40251.0510029.8
Hex1C0985264028fb641e
Octal34023012214405037314436
Binary1110001001100010100101100100010100011111011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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