#1B353F

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

Shades of Blue Whale #1B353F

Tints of Blue Whale #1B353F

Color information

#1B353F (or 0x1B353F) is unknown color: approx Blue Whale. HEX triplet: 1B, 35 and 3F. RGB value is (27,53,63). Sum of RGB (Red+Green+Blue) = 27+53+63=143 (18% of max value = 765). Red value is 27 (10.94% from 255 or 18.88% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 63 - color contains mainly: blue. Hex color #1B353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B353F is #E4CAC0. Grayscale: #2E2E2E. Windows color (decimal): -14994113 or 4142363. OLE color: 4142363.

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

Color convert

RGB275363-
CMYK0.570.1600.75
HSL196.67º40%17.65%-
HSV(B)196.67º57.14%24.71%-
XYZ2.623.145.17-
YUV46.37137.39114.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.88%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 63 (25% from 255) = 44.06%
R=18.88%
G=37.06%
B=44.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2753630.570.1600.75196.674017.65
Hex1B353F391004Bc52812
Octal336577712001133055022
Binary1101111010111111111100110000010010111100010110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,53,63); }

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

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

 a { background-color: rgb(27,53,63); }

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

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

 span { border-color: rgb(27,53,63); }

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