#0F004B

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

Shades of Paua #0F004B

Tints of Paua #0F004B

Color information

#0F004B (or 0x0F004B) is unknown color: approx Paua. HEX triplet: 0F, 00 and 4B. RGB value is (15,0,75). Sum of RGB (Red+Green+Blue) = 15+0+75=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 75 (29.69% from 255 or 83.33% from 90); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F004B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F004B is #F0FFB4. Grayscale: #0C0C0C. Windows color (decimal): -15794101 or 4915215. OLE color: 4915215.

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

Color convert

RGB15075-
CMYK0.80100.71
HSL252º100%14.71%-
HSV(B)252º100%29.41%-
XYZ1.470.616.7-
YUV13.04162.97129.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 83.33%
R=16.67%
G=0%
B=83.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal150750.80100.7125210014.71
HexF04B5064047fc64f
Octal170113120144010737414417
Binary11110100101110100001100100010001111111110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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