#1C1F9E

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

Shades of Ultramarine #1C1F9E

Tints of Ultramarine #1C1F9E

Color information

#1C1F9E (or 0x1C1F9E) is unknown color: approx Ultramarine. HEX triplet: 1C, 1F and 9E. RGB value is (28,31,158). Sum of RGB (Red+Green+Blue) = 28+31+158=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 158 (62.11% from 255 or 72.81% from 217); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C1F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C1F9E is #E3E061. Grayscale: #2C2C2C. Windows color (decimal): -14934114 or 10362652. OLE color: 10362652.

HSL color Cylindrical-coordinate representation of color #1C1F9E: hue angle of 238.62º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C1F9E is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2831158-
CMYK0.820.8000.38
HSL238.62º69.89%36.47%-
HSV(B)238.62º82.28%61.96%-
XYZ7.143.732.68-
YUV44.58192.01116.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.90%
GREEN value IS 31 (12.5% from 255) = 14.29%
BLUE value IS 158 (62.11% from 255) = 72.81%
R=12.90%
G=14.29%
B=72.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal28311580.820.8000.38238.6269.8936.47
Hex1C1F9E5250026ef4624
Octal343723612212004635710644
Binary111001111110011110101001010100000100110111011111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,31,158); }

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

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

 a { background-color: rgb(28,31,158); }

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

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

 span { border-color: rgb(28,31,158); }

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