#1C05B1

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

Shades of Ultramarine #1C05B1

Tints of Ultramarine #1C05B1

Color information

#1C05B1 (or 0x1C05B1) is unknown color: approx Ultramarine. HEX triplet: 1C, 05 and B1. RGB value is (28,5,177). Sum of RGB (Red+Green+Blue) = 28+5+177=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 177 (69.53% from 255 or 84.29% from 210); Max value from RGB is 177 - color contains mainly: blue. Hex color #1C05B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C05B1 is #E3FA4E. Grayscale: #1E1E1E. Windows color (decimal): -14940751 or 11601180. OLE color: 11601180.

HSL color Cylindrical-coordinate representation of color #1C05B1: hue angle of 248.02º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C05B1 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB285177-
CMYK0.840.9700.31
HSL248.02º94.51%35.69%-
HSV(B)248.02º97.18%69.41%-
XYZ8.473.5341.83-
YUV31.48210.12125.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.33%
GREEN value IS 5 (2.34% from 255) = 2.38%
BLUE value IS 177 (69.53% from 255) = 84.29%
R=13.33%
G=2.38%
B=84.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2851770.840.9700.31248.0294.5135.69
Hex1C5B1546101Ff85f24
Octal34526112414103737013744
Binary111001011011000110101001100001011111111110001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C05B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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