#1C12B1

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

Shades of Ultramarine #1C12B1

Tints of Ultramarine #1C12B1

Color information

#1C12B1 (or 0x1C12B1) is unknown color: approx Ultramarine. HEX triplet: 1C, 12 and B1. RGB value is (28,18,177). Sum of RGB (Red+Green+Blue) = 28+18+177=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 177 (69.53% from 255 or 79.37% from 223); Max value from RGB is 177 - color contains mainly: blue. Hex color #1C12B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C12B1 is #E3ED4E. Grayscale: #262626. Windows color (decimal): -14937423 or 11604508. OLE color: 11604508.

HSL color Cylindrical-coordinate representation of color #1C12B1: hue angle of 243.77º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C12B1 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2818177-
CMYK0.840.9000.31
HSL243.77º81.54%38.24%-
HSV(B)243.77º89.83%69.41%-
XYZ8.633.8541.88-
YUV39.12205.81120.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.56%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 177 (69.53% from 255) = 79.37%
R=12.56%
G=8.07%
B=79.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28181770.840.9000.31243.7781.5438.24
Hex1C12B1545A01Ff45226
Octal342226112413203736412246
Binary11100100101011000110101001011010011111111101001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C12B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,18,177); }

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

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

 a { background-color: rgb(28,18,177); }

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

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

 span { border-color: rgb(28,18,177); }

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