#1B3041

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

Shades of Tangaroa #1B3041

Tints of Tangaroa #1B3041

Color information

#1B3041 (or 0x1B3041) is unknown color: approx Tangaroa. HEX triplet: 1B, 30 and 41. RGB value is (27,48,65). Sum of RGB (Red+Green+Blue) = 27+48+65=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #1B3041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3041 is #E4CFBE. Grayscale: #2B2B2B. Windows color (decimal): -14995391 or 4272155. OLE color: 4272155.

HSL color Cylindrical-coordinate representation of color #1B3041: hue angle of 206.84º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B3041 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB274865-
CMYK0.580.2600.75
HSL206.84º41.3%18.04%-
HSV(B)206.84º58.46%25.49%-
XYZ2.462.735.4-
YUV43.66140.04116.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.29%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 65 (25.78% from 255) = 46.43%
R=19.29%
G=34.29%
B=46.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2748650.580.2600.75206.8441.318.04
Hex1B30413A1A04Bcf2912
Octal3360101723201133175122
Binary11011110000100000111101011010010010111100111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B3041; }

 p { color: rgb(27,48,65); }

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

<style>
 a { background-color: #1B3041; }

 a { background-color: rgb(27,48,65); }

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

<style>
 span { border-color: #1B3041; }

 span { border-color: rgb(27,48,65); }

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