#1C0FAC

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

Shades of Ultramarine #1C0FAC

Tints of Ultramarine #1C0FAC

Color information

#1C0FAC (or 0x1C0FAC) is unknown color: approx Ultramarine. HEX triplet: 1C, 0F and AC. RGB value is (28,15,172). Sum of RGB (Red+Green+Blue) = 28+15+172=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 172 (67.58% from 255 or 80% from 215); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C0FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0FAC is #E3F053. Grayscale: #242424. Windows color (decimal): -14938196 or 11276060. OLE color: 11276060.

HSL color Cylindrical-coordinate representation of color #1C0FAC: hue angle of 244.97º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C0FAC is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2815172-
CMYK0.840.9100.33
HSL244.97º83.96%36.67%-
HSV(B)244.97º91.28%67.45%-
XYZ8.13.5739.29-
YUV36.78204.31121.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.02%
GREEN value IS 15 (6.25% from 255) = 6.98%
BLUE value IS 172 (67.58% from 255) = 80%
R=13.02%
G=6.98%
B=80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28151720.840.9100.33244.9783.9636.67
Hex1CFAC545B021f55425
Octal341725412413304136512445
Binary11100111110101100101010010110110100001111101011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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