#1C0085

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

Shades of Ultramarine #1C0085

Tints of Ultramarine #1C0085

Color information

#1C0085 (or 0x1C0085) is unknown color: approx Ultramarine. HEX triplet: 1C, 00 and 85. RGB value is (28,0,133). Sum of RGB (Red+Green+Blue) = 28+0+133=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 133 (52.34% from 255 or 82.61% from 161); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C0085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0085 is #E3FF7A. Grayscale: #171717. Windows color (decimal): -14942075 or 8716316. OLE color: 8716316.

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

Color convert

RGB280133-
CMYK0.79100.48
HSL252.63º100%26.08%-
HSV(B)252.63º100%52.16%-
XYZ4.711.9422.32-
YUV23.53189.78131.19-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 82.61%
R=17.39%
G=0%
B=82.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2801330.79100.48252.6310026.08
Hex1C0854F64030fd641a
Octal34020511714406037514432
Binary1110001000010110011111100100011000011111101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,0,133); }

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

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

 a { background-color: rgb(28,0,133); }

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

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

 span { border-color: rgb(28,0,133); }

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