#1C2095

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

Shades of Ultramarine #1C2095

Tints of Ultramarine #1C2095

Color information

#1C2095 (or 0x1C2095) is unknown color: approx Ultramarine. HEX triplet: 1C, 20 and 95. RGB value is (28,32,149). Sum of RGB (Red+Green+Blue) = 28+32+149=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C2095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2095 is #E3DF6A. Grayscale: #2B2B2B. Windows color (decimal): -14933867 or 9773084. OLE color: 9773084.

HSL color Cylindrical-coordinate representation of color #1C2095: hue angle of 238.02º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C2095 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2832149-
CMYK0.810.7900.42
HSL238.02º68.36%34.71%-
HSV(B)238.02º81.21%58.43%-
XYZ6.423.4528.76-
YUV44.14187.17116.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.40%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 149 (58.59% from 255) = 71.29%
R=13.40%
G=15.31%
B=71.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28321490.810.7900.42238.0268.3634.71
Hex1C2095514F02Aee4423
Octal344022512111705235610443
Binary1110010000010010101101000110011110101010111011101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,32,149); }

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

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

 a { background-color: rgb(28,32,149); }

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

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

 span { border-color: rgb(28,32,149); }

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