#0B1D36

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

Shades of Tangaroa #0B1D36

Tints of Tangaroa #0B1D36

Color information

#0B1D36 (or 0x0B1D36) is unknown color: approx Tangaroa. HEX triplet: 0B, 1D and 36. RGB value is (11,29,54). Sum of RGB (Red+Green+Blue) = 11+29+54=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 54 (21.48% from 255 or 57.45% from 94); Max value from RGB is 54 - color contains mainly: blue. Hex color #0B1D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1D36 is #F4E2C9. Grayscale: #1A1A1A. Windows color (decimal): -16048842 or 3546379. OLE color: 3546379.

HSL color Cylindrical-coordinate representation of color #0B1D36: hue angle of 214.88º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B1D36 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB112954-
CMYK0.800.4600.79
HSL214.88º66.15%12.75%-
HSV(B)214.88º79.63%21.18%-
XYZ1.241.223.66-
YUV26.47143.54116.97-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.70%
GREEN value IS 29 (11.72% from 255) = 30.85%
BLUE value IS 54 (21.48% from 255) = 57.45%
R=11.70%
G=30.85%
B=57.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1129540.800.4600.79214.8866.1512.75
HexB1D36502E04Fd742d
Octal13356612056011732710215
Binary1011111011101101010000101110010011111101011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,29,54); }

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

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

 a { background-color: rgb(11,29,54); }

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

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

 span { border-color: rgb(11,29,54); }

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