#0B253F

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

Shades of Tangaroa #0B253F

Tints of Tangaroa #0B253F

Color information

#0B253F (or 0x0B253F) is unknown color: approx Tangaroa. HEX triplet: 0B, 25 and 3F. RGB value is (11,37,63). Sum of RGB (Red+Green+Blue) = 11+37+63=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B253F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B253F is #F4DAC0. Grayscale: #202020. Windows color (decimal): -16046785 or 4138251. OLE color: 4138251.

HSL color Cylindrical-coordinate representation of color #0B253F: hue angle of 210º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B253F is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB113763-
CMYK0.830.4100.75
HSL210º70.27%14.51%-
HSV(B)210º82.54%24.71%-
XYZ1.71.754.95-
YUV32.19145.39112.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.91%
GREEN value IS 37 (14.84% from 255) = 33.33%
BLUE value IS 63 (25% from 255) = 56.76%
R=9.91%
G=33.33%
B=56.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1137630.830.4100.7521070.2714.51
HexB253F532904Bd246f
Octal13457712351011332210617
Binary10111001011111111010011101001010010111101001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,37,63); }

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

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

 a { background-color: rgb(11,37,63); }

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

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

 span { border-color: rgb(11,37,63); }

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