#0F114D

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

Shades of Paua #0F114D

Tints of Paua #0F114D

Color information

#0F114D (or 0x0F114D) is unknown color: approx Paua. HEX triplet: 0F, 11 and 4D. RGB value is (15,17,77). Sum of RGB (Red+Green+Blue) = 15+17+77=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 77 (30.47% from 255 or 70.64% from 109); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F114D is #F0EEB2. Grayscale: #171717. Windows color (decimal): -15789747 or 5050639. OLE color: 5050639.

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

Color convert

RGB151777-
CMYK0.810.7800.70
HSL238.06º67.39%18.04%-
HSV(B)238.06º80.52%30.2%-
XYZ1.741.047.13-
YUV23.24158.34122.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.76%
GREEN value IS 17 (7.03% from 255) = 15.60%
BLUE value IS 77 (30.47% from 255) = 70.64%
R=13.76%
G=15.60%
B=70.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1517770.810.7800.70238.0667.3918.04
HexF114D514E046ee4312
Octal1721115121116010635610322
Binary1111100011001101101000110011100100011011101110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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