#12074B

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

Shades of Paua #12074B

Tints of Paua #12074B

Color information

#12074B (or 0x12074B) is unknown color: approx Paua. HEX triplet: 12, 07 and 4B. RGB value is (18,7,75). Sum of RGB (Red+Green+Blue) = 18+7+75=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 75 (29.69% from 255 or 75% from 100); Max value from RGB is 75 - color contains mainly: blue. Hex color #12074B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12074B is #EDF8B4. Grayscale: #111111. Windows color (decimal): -15595701 or 4917010. OLE color: 4917010.

HSL color Cylindrical-coordinate representation of color #12074B: hue angle of 249.71º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12074B is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB18775-
CMYK0.760.9100.71
HSL249.71º82.93%16.08%-
HSV(B)249.71º90.67%29.41%-
XYZ1.60.796.72-
YUV18.04160.14127.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 7 (3.12% from 255) = 7%
BLUE value IS 75 (29.69% from 255) = 75%
R=18%
G=7%
B=75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal187750.760.9100.71249.7182.9316.08
Hex1274B4C5B047fa5310
Octal227113114133010737212320
Binary100101111001011100110010110110100011111111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12074B; }

 p { color: rgb(18,7,75); }

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

<style>
 a { background-color: #12074B; }

 a { background-color: rgb(18,7,75); }

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

<style>
 span { border-color: #12074B; }

 span { border-color: rgb(18,7,75); }

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