#1C0384

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

Shades of Ultramarine #1C0384

Tints of Ultramarine #1C0384

Color information

#1C0384 (or 0x1C0384) is unknown color: approx Ultramarine. HEX triplet: 1C, 03 and 84. RGB value is (28,3,132). Sum of RGB (Red+Green+Blue) = 28+3+132=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 132 (51.95% from 255 or 80.98% from 163); Max value from RGB is 132 - color contains mainly: blue. Hex color #1C0384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0384 is #E3FC7B. Grayscale: #181818. Windows color (decimal): -14941308 or 8651548. OLE color: 8651548.

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

Color convert

RGB283132-
CMYK0.790.9800.48
HSL251.63º95.56%26.47%-
HSV(B)251.63º97.73%51.76%-
XYZ4.681.9821.97-
YUV25.18188.28130.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.18%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 132 (51.95% from 255) = 80.98%
R=17.18%
G=1.84%
B=80.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2831320.790.9800.48251.6395.5626.47
Hex1C3844F62030fc601a
Octal34320411714206037414032
Binary11100111000010010011111100010011000011111100110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,3,132); }

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

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

 a { background-color: rgb(28,3,132); }

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

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

 span { border-color: rgb(28,3,132); }

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