#1C0BAD

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

Shades of Ultramarine #1C0BAD

Tints of Ultramarine #1C0BAD

Color information

#1C0BAD (or 0x1C0BAD) is unknown color: approx Ultramarine. HEX triplet: 1C, 0B and AD. RGB value is (28,11,173). Sum of RGB (Red+Green+Blue) = 28+11+173=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 173 (67.97% from 255 or 81.60% from 212); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C0BAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0BAD is #E3F452. Grayscale: #212121. Windows color (decimal): -14939219 or 11340572. OLE color: 11340572.

HSL color Cylindrical-coordinate representation of color #1C0BAD: hue angle of 246.3º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0BAD is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2811173-
CMYK0.840.9400.32
HSL246.3º88.04%36.08%-
HSV(B)246.3º93.64%67.84%-
XYZ8.143.539.78-
YUV34.55206.13123.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.21%
GREEN value IS 11 (4.69% from 255) = 5.19%
BLUE value IS 173 (67.97% from 255) = 81.60%
R=13.21%
G=5.19%
B=81.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28111730.840.9400.32246.388.0436.08
Hex1CBAD545E020f65824
Octal341325512413604036613044
Binary11100101110101101101010010111100100000111101101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,11,173); }

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

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

 a { background-color: rgb(28,11,173); }

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

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

 span { border-color: rgb(28,11,173); }

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