#1C0F4D

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

Shades of Paua #1C0F4D

Tints of Paua #1C0F4D

Color information

#1C0F4D (or 0x1C0F4D) is unknown color: approx Paua. HEX triplet: 1C, 0F and 4D. RGB value is (28,15,77). Sum of RGB (Red+Green+Blue) = 28+15+77=120 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.33% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C0F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0F4D is #E3F0B2. Grayscale: #191919. Windows color (decimal): -14938291 or 5050140. OLE color: 5050140.

HSL color Cylindrical-coordinate representation of color #1C0F4D: hue angle of 252.58º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C0F4D is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB281577-
CMYK0.640.8100.70
HSL252.58º67.39%18.04%-
HSV(B)252.58º80.52%30.2%-
XYZ1.991.127.13-
YUV25.96156.81129.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.33%
GREEN value IS 15 (6.25% from 255) = 12.5%
BLUE value IS 77 (30.47% from 255) = 64.17%
R=23.33%
G=12.5%
B=64.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2815770.640.8100.70252.5867.3918.04
Hex1CF4D4051046fd4312
Octal3417115100121010637510322
Binary1110011111001101100000010100010100011011111101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,15,77); }

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

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

 a { background-color: rgb(28,15,77); }

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

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

 span { border-color: rgb(28,15,77); }

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