#0B273C

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

Shades of Tangaroa #0B273C

Tints of Tangaroa #0B273C

Color information

#0B273C (or 0x0B273C) is unknown color: approx Tangaroa. HEX triplet: 0B, 27 and 3C. RGB value is (11,39,60). Sum of RGB (Red+Green+Blue) = 11+39+60=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #0B273C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B273C is #F4D8C3. Grayscale: #202020. Windows color (decimal): -16046276 or 3942155. OLE color: 3942155.

HSL color Cylindrical-coordinate representation of color #0B273C: hue angle of 205.71º 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 #0B273C is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB113960-
CMYK0.820.3500.76
HSL205.71º69.01%13.92%-
HSV(B)205.71º81.67%23.53%-
XYZ1.681.854.54-
YUV33.02143.22112.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10%
GREEN value IS 39 (15.62% from 255) = 35.45%
BLUE value IS 60 (23.83% from 255) = 54.55%
R=10%
G=35.45%
B=54.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1139600.820.3500.76205.7169.0113.92
HexB273C522304Cce45e
Octal13477412243011431610516
Binary10111001111111001010010100011010011001100111010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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