#0B284D

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

Shades of Tangaroa #0B284D

Tints of Tangaroa #0B284D

Color information

#0B284D (or 0x0B284D) is unknown color: approx Tangaroa. HEX triplet: 0B, 28 and 4D. RGB value is (11,40,77). Sum of RGB (Red+Green+Blue) = 11+40+77=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B284D is #F4D7B2. Grayscale: #232323. Windows color (decimal): -16046003 or 5056523. OLE color: 5056523.

HSL color Cylindrical-coordinate representation of color #0B284D: hue angle of 213.64º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B284D is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB114077-
CMYK0.860.4800.70
HSL213.64º75%17.25%-
HSV(B)213.64º85.71%30.2%-
XYZ2.242.127.31-
YUV35.55151.39110.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.59%
GREEN value IS 40 (16.02% from 255) = 31.25%
BLUE value IS 77 (30.47% from 255) = 60.16%
R=8.59%
G=31.25%
B=60.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1140770.860.4800.70213.647517.25
HexB284D5630046d64b11
Octal135011512660010632611321
Binary1011101000100110110101101100000100011011010110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,40,77); }

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

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

 a { background-color: rgb(11,40,77); }

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

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

 span { border-color: rgb(11,40,77); }

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