#1C139C

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

Shades of Ultramarine #1C139C

Tints of Ultramarine #1C139C

Color information

#1C139C (or 0x1C139C) is unknown color: approx Ultramarine. HEX triplet: 1C, 13 and 9C. RGB value is (28,19,156). Sum of RGB (Red+Green+Blue) = 28+19+156=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #1C139C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C139C is #E3EC63. Grayscale: #242424. Windows color (decimal): -14937188 or 10228508. OLE color: 10228508.

HSL color Cylindrical-coordinate representation of color #1C139C: hue angle of 243.94º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C139C is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2819156-
CMYK0.820.8800.39
HSL243.94º78.29%34.31%-
HSV(B)243.94º87.82%61.18%-
XYZ6.713.1131.7-
YUV37.31194.98121.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.79%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 156 (61.33% from 255) = 76.85%
R=13.79%
G=9.36%
B=76.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal28191560.820.8800.39243.9478.2934.31
Hex1C139C5258027f44e22
Octal342323412213004736411642
Binary111001001110011100101001010110000100111111101001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C139C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,19,156); }

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

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

 a { background-color: rgb(28,19,156); }

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

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

 span { border-color: rgb(28,19,156); }

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