#0F024D

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

Shades of Paua #0F024D

Tints of Paua #0F024D

Color information

#0F024D (or 0x0F024D) is unknown color: approx Paua. HEX triplet: 0F, 02 and 4D. RGB value is (15,2,77). Sum of RGB (Red+Green+Blue) = 15+2+77=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 77 (30.47% from 255 or 81.91% from 94); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F024D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F024D is #F0FDB2. Grayscale: #0E0E0E. Windows color (decimal): -15793587 or 5046799. OLE color: 5046799.

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

Color convert

RGB15277-
CMYK0.810.9700.70
HSL250.4º94.94%15.49%-
HSV(B)250.4º97.4%30.2%-
XYZ1.560.687.07-
YUV14.44163.31128.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.96%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 77 (30.47% from 255) = 81.91%
R=15.96%
G=2.13%
B=81.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal152770.810.9700.70250.494.9415.49
HexF24D5161046fa5ff
Octal172115121141010637213717
Binary111110100110110100011100001010001101111101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F024D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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