#1c097d

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

Shades of Ultramarine #1C097D

Tints of Ultramarine #1C097D

Color information

#1C097D (or 0x1C097D) is unknown color: approx Ultramarine. HEX triplet: 1C, 09 and 7D. RGB value is (28,9,125). Sum of RGB (Red+Green+Blue) = 28+9+125=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 125 (49.22% from 255 or 77.16% from 162); Max value from RGB is 125 - color contains mainly: blue. Hex color #1C097D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C097D is #E3F682. Grayscale: #1B1B1B. Windows color (decimal): -14939779 or 8194332. OLE color: 8194332.

HSL color Cylindrical-coordinate representation of color #1C097D: hue angle of 249.83º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C097D is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB289125-
CMYK0.780.9300.51
HSL249.83º86.57%26.27%-
HSV(B)249.83º92.8%49.02%-
XYZ4.281.9219.55-
YUV27.9182.79128.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.28%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 125 (49.22% from 255) = 77.16%
R=17.28%
G=5.56%
B=77.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2891250.780.9300.51249.8386.5726.27
Hex1C97D4E5D033fa571a
Octal341117511613506337212732
Binary111001001111110110011101011101011001111111010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c097d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,9,125); }

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

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

 a { background-color: rgb(28,9,125); }

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

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

 span { border-color: rgb(28,9,125); }

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