#0F034B

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

Shades of Paua #0F034B

Tints of Paua #0F034B

Color information

#0F034B (or 0x0F034B) is unknown color: approx Paua. HEX triplet: 0F, 03 and 4B. RGB value is (15,3,75). Sum of RGB (Red+Green+Blue) = 15+3+75=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 75 (29.69% from 255 or 80.65% from 93); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F034B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F034B is #F0FCB4. Grayscale: #0E0E0E. Windows color (decimal): -15793333 or 4915983. OLE color: 4915983.

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

Color convert

RGB15375-
CMYK0.800.9600.71
HSL250º92.31%15.29%-
HSV(B)250º96%29.41%-
XYZ1.50.676.71-
YUV14.8161.98128.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.13%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 75 (29.69% from 255) = 80.65%
R=16.13%
G=3.23%
B=80.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal153750.800.9600.7125092.3115.29
HexF34B5060047fa5cf
Octal173113120140010737213417
Binary111111100101110100001100000010001111111101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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