Html Css Color HEX #1B3749 Blue Whale

📋 copy color: '#1B3749'

red 27 ◦ green 55 ◦ blue 73

#1B3749
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #1B3749

Tints of Blue Whale #1B3749

RGB

 RED value IS 27 (10.94% from 255) = 17.42%

 GREEN value IS 55 (21.88% from 255) = 35.48%

 BLUE value IS 73 (28.91% from 255) = 47.1%

R = 17.42%
G = 35.48%
B = 47.1%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1B3749 (or 0x1B3749) is known color: Blue Whale. HEX triplet: 1B, 37 and 49. RGB value is (27,55,73). Sum of RGB (Red+Green+Blue) = 27+55+73=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #1B3749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3749 is #E4C8B6. Grayscale: #303030. Windows color (decimal): -14993591 or 4798235. OLE color: 4798235.

HSL color Cylindrical-coordinate representation of color #1B3749: hue angle of 203.48º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B3749 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 27 55 73 -
CMYK 0.63 0.25 0 0.71
HSL 203.48º 0.46% 0.2% -
HSV(B) 203.48º 0.63% 0.29% -
XYZ 3.02 3.45 6.81 -
YUV 48.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 27 55 73 0.63 0.25 0 0.71 203.48 0.46 0.2
Hex 1B 37 49 3F 19 0 47 CB 2E 14
Octal 33 67 111 77 31 0 107 313 56 24
Binary 11011 110111 1001001 111111 11001 0 1000111 11001011 101110 10100

Color Harmonies of #1B3749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3749

Black with #1B3749

Text Example


Text Example

White with #1B3749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B3749;
 }
 .AnyTagClassName
 {
   color: #1B3749;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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