#1C027A

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

Shades of Ultramarine #1C027A

Tints of Ultramarine #1C027A

Color information

#1C027A (or 0x1C027A) is unknown color: approx Ultramarine. HEX triplet: 1C, 02 and 7A. RGB value is (28,2,122). Sum of RGB (Red+Green+Blue) = 28+2+122=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 122 (48.05% from 255 or 80.26% from 152); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C027A is #E3FD85. Grayscale: #171717. Windows color (decimal): -14941574 or 7995932. OLE color: 7995932.

HSL color Cylindrical-coordinate representation of color #1C027A: hue angle of 253º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C027A is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB282122-
CMYK0.770.9800.52
HSL253º96.77%24.31%-
HSV(B)253º98.36%47.84%-
XYZ4.011.718.53-
YUV23.45183.61131.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.42%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 122 (48.05% from 255) = 80.26%
R=18.42%
G=1.32%
B=80.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2821220.770.9800.5225396.7724.31
Hex1C27A4D62034fd6118
Octal34217211514206437514130
Binary1110010111101010011011100010011010011111101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,2,122); }

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

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

 a { background-color: rgb(28,2,122); }

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

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

 span { border-color: rgb(28,2,122); }

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