#0B2843

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

Shades of Tangaroa #0B2843

Tints of Tangaroa #0B2843

Color information

#0B2843 (or 0x0B2843) is unknown color: approx Tangaroa. HEX triplet: 0B, 28 and 43. RGB value is (11,40,67). Sum of RGB (Red+Green+Blue) = 11+40+67=118 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.32% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 67 (26.56% from 255 or 56.78% from 118); Max value from RGB is 67 - color contains mainly: blue. Hex color #0B2843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2843 is #F4D7BC. Grayscale: #222222. Windows color (decimal): -16046013 or 4401163. OLE color: 4401163.

HSL color Cylindrical-coordinate representation of color #0B2843: hue angle of 208.93º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B2843 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB114067-
CMYK0.840.4000.74
HSL208.93º71.79%15.29%-
HSV(B)208.93º83.58%26.27%-
XYZ1.911.995.59-
YUV34.41146.39111.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.32%
GREEN value IS 40 (16.02% from 255) = 33.90%
BLUE value IS 67 (26.56% from 255) = 56.78%
R=9.32%
G=33.90%
B=56.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1140670.840.4000.74208.9371.7915.29
HexB2843542804Ad148f
Octal135010312450011232111017
Binary101110100010000111010100101000010010101101000110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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