#1C248E

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

Shades of Ultramarine #1C248E

Tints of Ultramarine #1C248E

Color information

#1C248E (or 0x1C248E) is unknown color: approx Ultramarine. HEX triplet: 1C, 24 and 8E. RGB value is (28,36,142). Sum of RGB (Red+Green+Blue) = 28+36+142=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 142 (55.86% from 255 or 68.93% from 206); Max value from RGB is 142 - color contains mainly: blue. Hex color #1C248E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C248E is #E3DB71. Grayscale: #2D2D2D. Windows color (decimal): -14932850 or 9315356. OLE color: 9315356.

HSL color Cylindrical-coordinate representation of color #1C248E: hue angle of 235.79º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C248E is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2836142-
CMYK0.800.7500.44
HSL235.79º67.06%33.33%-
HSV(B)235.79º80.28%55.69%-
XYZ5.993.4625.94-
YUV45.69182.35115.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.59%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 142 (55.86% from 255) = 68.93%
R=13.59%
G=17.48%
B=68.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal28361420.800.7500.44235.7967.0633.33
Hex1C248E504B02Cec4321
Octal344421612011305435410341
Binary1110010010010001110101000010010110101100111011001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,36,142); }

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

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

 a { background-color: rgb(28,36,142); }

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

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

 span { border-color: rgb(28,36,142); }

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