#0B264B

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

Shades of Tangaroa #0B264B

Tints of Tangaroa #0B264B

Color information

#0B264B (or 0x0B264B) is unknown color: approx Tangaroa. HEX triplet: 0B, 26 and 4B. RGB value is (11,38,75). Sum of RGB (Red+Green+Blue) = 11+38+75=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B264B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B264B is #F4D9B4. Grayscale: #212121. Windows color (decimal): -16046517 or 4924939. OLE color: 4924939.

HSL color Cylindrical-coordinate representation of color #0B264B: hue angle of 214.69º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B264B is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB113875-
CMYK0.850.4900.71
HSL214.69º74.42%16.86%-
HSV(B)214.69º85.33%29.41%-
XYZ2.11.976.93-
YUV34.14151.05111.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.87%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 75 (29.69% from 255) = 60.48%
R=8.87%
G=30.65%
B=60.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1138750.850.4900.71214.6974.4216.86
HexB264B5531047d74a11
Octal134611312561010732711221
Binary1011100110100101110101011100010100011111010111100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,38,75); }

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

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

 a { background-color: rgb(11,38,75); }

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

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

 span { border-color: rgb(11,38,75); }

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