#1C0F88

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

Shades of Ultramarine #1C0F88

Tints of Ultramarine #1C0F88

Color information

#1C0F88 (or 0x1C0F88) is unknown color: approx Ultramarine. HEX triplet: 1C, 0F and 88. RGB value is (28,15,136). Sum of RGB (Red+Green+Blue) = 28+15+136=179 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.64% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 136 (53.52% from 255 or 75.98% from 179); Max value from RGB is 136 - color contains mainly: blue. Hex color #1C0F88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0F88 is #E3F077. Grayscale: #202020. Windows color (decimal): -14938232 or 8916764. OLE color: 8916764.

HSL color Cylindrical-coordinate representation of color #1C0F88: hue angle of 246.45º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C0F88 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2815136-
CMYK0.790.8900.47
HSL246.45º80.13%29.61%-
HSV(B)246.45º88.97%53.33%-
XYZ5.092.3723.48-
YUV32.68186.31124.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.64%
GREEN value IS 15 (6.25% from 255) = 8.38%
BLUE value IS 136 (53.52% from 255) = 75.98%
R=15.64%
G=8.38%
B=75.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28151360.790.8900.47246.4580.1329.61
Hex1CF884F5902Ff6501e
Octal341721011713105736612036
Binary1110011111000100010011111011001010111111110110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,15,136); }

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

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

 a { background-color: rgb(28,15,136); }

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

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

 span { border-color: rgb(28,15,136); }

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