#1B333C

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

Shades of Blue Whale #1B333C

Tints of Blue Whale #1B333C

Color information

#1B333C (or 0x1B333C) is unknown color: approx Blue Whale. HEX triplet: 1B, 33 and 3C. RGB value is (27,51,60). Sum of RGB (Red+Green+Blue) = 27+51+60=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 60 - color contains mainly: blue. Hex color #1B333C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B333C is #E4CCC3. Grayscale: #2C2C2C. Windows color (decimal): -14994628 or 3945243. OLE color: 3945243.

HSL color Cylindrical-coordinate representation of color #1B333C: hue angle of 196.36º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1B333C is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB275160-
CMYK0.550.1500.76
HSL196.36º37.93%17.06%-
HSV(B)196.36º55%23.53%-
XYZ2.452.934.71-
YUV44.85136.55115.27-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.57%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 60 (23.83% from 255) = 43.48%
R=19.57%
G=36.96%
B=43.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2751600.550.1500.76196.3637.9317.06
Hex1B333C37F04Cc42611
Octal336374671701143044621
Binary110111100111111001101111111010011001100010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,51,60); }

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

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

 a { background-color: rgb(27,51,60); }

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

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

 span { border-color: rgb(27,51,60); }

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