#12054D

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

Shades of Paua #12054D

Tints of Paua #12054D

Color information

#12054D (or 0x12054D) is unknown color: approx Paua. HEX triplet: 12, 05 and 4D. RGB value is (18,5,77). Sum of RGB (Red+Green+Blue) = 18+5+77=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 77 (30.47% from 255 or 77% from 100); Max value from RGB is 77 - color contains mainly: blue. Hex color #12054D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12054D is #EDFAB2. Grayscale: #101010. Windows color (decimal): -15596211 or 5047570. OLE color: 5047570.

HSL color Cylindrical-coordinate representation of color #12054D: hue angle of 250.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12054D is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB18577-
CMYK0.770.9400.70
HSL250.83º87.8%16.08%-
HSV(B)250.83º93.51%30.2%-
XYZ1.640.777.08-
YUV17.1161.81128.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 77 (30.47% from 255) = 77%
R=18%
G=5%
B=77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal185770.770.9400.70250.8387.816.08
Hex1254D4D5E046fb5810
Octal225115115136010637313020
Binary100101011001101100110110111100100011011111011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12054D; }

 p { color: rgb(18,5,77); }

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

<style>
 a { background-color: #12054D; }

 a { background-color: rgb(18,5,77); }

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

<style>
 span { border-color: #12054D; }

 span { border-color: rgb(18,5,77); }

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