#0F014B

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

Shades of Paua #0F014B

Tints of Paua #0F014B

Color information

#0F014B (or 0x0F014B) is unknown color: approx Paua. HEX triplet: 0F, 01 and 4B. RGB value is (15,1,75). Sum of RGB (Red+Green+Blue) = 15+1+75=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 75 (29.69% from 255 or 82.42% from 91); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F014B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F014B is #F0FEB4. Grayscale: #0D0D0D. Windows color (decimal): -15793845 or 4915471. OLE color: 4915471.

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

Color convert

RGB15175-
CMYK0.800.9900.71
HSL251.35º97.37%14.9%-
HSV(B)251.35º98.67%29.41%-
XYZ1.480.636.7-
YUV13.62162.64128.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.48%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 75 (29.69% from 255) = 82.42%
R=16.48%
G=1.10%
B=82.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal151750.800.9900.71251.3597.3714.9
HexF14B5063047fb61f
Octal171113120143010737314117
Binary11111100101110100001100011010001111111101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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