#0F024A

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

Shades of Paua #0F024A

Tints of Paua #0F024A

Color information

#0F024A (or 0x0F024A) is unknown color: approx Paua. HEX triplet: 0F, 02 and 4A. RGB value is (15,2,74). Sum of RGB (Red+Green+Blue) = 15+2+74=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 74 (29.30% from 255 or 81.32% from 91); Max value from RGB is 74 - color contains mainly: blue. Hex color #0F024A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F024A is #F0FDB5. Grayscale: #0D0D0D. Windows color (decimal): -15793590 or 4850191. OLE color: 4850191.

HSL color Cylindrical-coordinate representation of color #0F024A: hue angle of 250.83º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F024A is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB15274-
CMYK0.800.9700.71
HSL250.83º94.74%14.9%-
HSV(B)250.83º97.3%29.02%-
XYZ1.450.646.53-
YUV14.1161.81128.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.48%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 74 (29.30% from 255) = 81.32%
R=16.48%
G=2.20%
B=81.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal152740.800.9700.71250.8394.7414.9
HexF24A5061047fb5ff
Octal172112120141010737313717
Binary111110100101010100001100001010001111111101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F024A; }

 p { color: rgb(15,2,74); }

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

<style>
 a { background-color: #0F024A; }

 a { background-color: rgb(15,2,74); }

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

<style>
 span { border-color: #0F024A; }

 span { border-color: rgb(15,2,74); }

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