#0B253C

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

Shades of Tangaroa #0B253C

Tints of Tangaroa #0B253C

Color information

#0B253C (or 0x0B253C) is unknown color: approx Tangaroa. HEX triplet: 0B, 25 and 3C. RGB value is (11,37,60). Sum of RGB (Red+Green+Blue) = 11+37+60=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #0B253C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B253C is #F4DAC3. Grayscale: #1F1F1F. Windows color (decimal): -16046788 or 3941643. OLE color: 3941643.

HSL color Cylindrical-coordinate representation of color #0B253C: hue angle of 208.16º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B253C is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB113760-
CMYK0.820.3800.76
HSL208.16º69.01%13.92%-
HSV(B)208.16º81.67%23.53%-
XYZ1.621.724.52-
YUV31.85143.89113.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.19%
GREEN value IS 37 (14.84% from 255) = 34.26%
BLUE value IS 60 (23.83% from 255) = 55.56%
R=10.19%
G=34.26%
B=55.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1137600.820.3800.76208.1669.0113.92
HexB253C522604Cd045e
Octal13457412246011432010516
Binary10111001011111001010010100110010011001101000010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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