#0B033E

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

Shades of Paua #0B033E

Tints of Paua #0B033E

Color information

#0B033E (or 0x0B033E) is unknown color: approx Paua. HEX triplet: 0B, 03 and 3E. RGB value is (11,3,62). Sum of RGB (Red+Green+Blue) = 11+3+62=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 62 (24.61% from 255 or 81.58% from 76); Max value from RGB is 62 - color contains mainly: blue. Hex color #0B033E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B033E is #F4FCC1. Grayscale: #0B0B0B. Windows color (decimal): -16055490 or 4064011. OLE color: 4064011.

HSL color Cylindrical-coordinate representation of color #0B033E: hue angle of 248.14º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B033E is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB11362-
CMYK0.820.9500.76
HSL248.14º90.77%12.75%-
HSV(B)248.14º95.16%24.31%-
XYZ1.040.484.6-
YUV12.12156.15127.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.47%
GREEN value IS 3 (1.56% from 255) = 3.95%
BLUE value IS 62 (24.61% from 255) = 81.58%
R=14.47%
G=3.95%
B=81.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal113620.820.9500.76248.1490.7712.75
HexB33E525F04Cf85bd
Octal13376122137011437013315
Binary10111111111010100101011111010011001111100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,3,62); }

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

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

 a { background-color: rgb(11,3,62); }

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

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

 span { border-color: rgb(11,3,62); }

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