Html Css Color HEX #1B3640 Blue Whale

📋 copy color: '#1B3640'

red 27 ◦ green 54 ◦ blue 64

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

Shades of Blue Whale #1B3640

Tints of Blue Whale #1B3640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.24%

 BLUE value IS 64 (25.39% from 255) = 44.14%

R = 18.62%
G = 37.24%
B = 44.14%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1B3640 (or 0x1B3640) is known color: Blue Whale. HEX triplet: 1B, 36 and 40. RGB value is (27,54,64). Sum of RGB (Red+Green+Blue) = 27+54+64=145 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.62% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #1B3640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3640 is #E4C9BF. Grayscale: #2F2F2F. Windows color (decimal): -14993856 or 4208155. OLE color: 4208155.

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

Color convert

RGB 27 54 64 -
CMYK 0.58 0.16 0 0.75
HSL 196.22º 0.41% 0.18% -
HSV(B) 196.22º 0.58% 0.25% -
XYZ 2.7 3.24 5.33 -
YUV 47.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 27 54 64 0.58 0.16 0 0.75 196.22 0.41 0.18
Hex 1B 36 40 3A 10 0 4B C4 29 12
Octal 33 66 100 72 20 0 113 304 51 22
Binary 11011 110110 1000000 111010 10000 0 1001011 11000100 101001 10010

Color Harmonies of #1B3640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3640

Black with #1B3640

Text Example


Text Example

White with #1B3640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,54,64); }

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

background-color css

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

 a { background-color: rgb(27,54,64); }

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

border-color css

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

 span { border-color: rgb(27,54,64); }

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