#0F104B

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

Shades of Paua #0F104B

Tints of Paua #0F104B

Color information

#0F104B (or 0x0F104B) is unknown color: approx Paua. HEX triplet: 0F, 10 and 4B. RGB value is (15,16,75). Sum of RGB (Red+Green+Blue) = 15+16+75=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 75 (29.69% from 255 or 70.75% from 106); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F104B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F104B is #F0EFB4. Grayscale: #161616. Windows color (decimal): -15790005 or 4919311. OLE color: 4919311.

HSL color Cylindrical-coordinate representation of color #0F104B: hue angle of 239º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F104B is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB151675-
CMYK0.800.7900.71
HSL239º66.67%17.65%-
HSV(B)239º80%29.41%-
XYZ1.650.986.76-
YUV22.43157.67122.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.15%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 75 (29.69% from 255) = 70.75%
R=14.15%
G=15.09%
B=70.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1516750.800.7900.7123966.6717.65
HexF104B504F047ef4312
Octal1720113120117010735710322
Binary1111100001001011101000010011110100011111101111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,16,75); }

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

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

 a { background-color: rgb(15,16,75); }

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

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

 span { border-color: rgb(15,16,75); }

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