#0F034D

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

Shades of Paua #0F034D

Tints of Paua #0F034D

Color information

#0F034D (or 0x0F034D) is unknown color: approx Paua. HEX triplet: 0F, 03 and 4D. RGB value is (15,3,77). Sum of RGB (Red+Green+Blue) = 15+3+77=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 77 (30.47% from 255 or 81.05% from 95); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F034D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F034D is #F0FCB2. Grayscale: #0E0E0E. Windows color (decimal): -15793331 or 5047055. OLE color: 5047055.

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

Color convert

RGB15377-
CMYK0.810.9600.70
HSL249.73º92.5%15.69%-
HSV(B)249.73º96.1%30.2%-
XYZ1.570.77.07-
YUV15.02162.98127.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.79%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 77 (30.47% from 255) = 81.05%
R=15.79%
G=3.16%
B=81.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal153770.810.9600.70249.7392.515.69
HexF34D5160046fa5c10
Octal173115121140010637213420
Binary1111111001101101000111000000100011011111010101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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