#1B3741

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

Shades of Blue Whale #1B3741

Tints of Blue Whale #1B3741

Color information

#1B3741 (or 0x1B3741) is unknown color: approx Blue Whale. HEX triplet: 1B, 37 and 41. RGB value is (27,55,65). Sum of RGB (Red+Green+Blue) = 27+55+65=147 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.37% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #1B3741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3741 is #E4C8BE. Grayscale: #2F2F2F. Windows color (decimal): -14993599 or 4273947. OLE color: 4273947.

HSL color Cylindrical-coordinate representation of color #1B3741: hue angle of 195.79º 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 #1B3741 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB275565-
CMYK0.580.1500.75
HSL195.79º41.3%18.04%-
HSV(B)195.79º58.46%25.49%-
XYZ2.773.355.5-
YUV47.77137.72113.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.37%
GREEN value IS 55 (21.88% from 255) = 37.41%
BLUE value IS 65 (25.78% from 255) = 44.22%
R=18.37%
G=37.41%
B=44.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2755650.580.1500.75195.7941.318.04
Hex1B37413AF04Bc42912
Octal3367101721701133045122
Binary1101111011110000011110101111010010111100010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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