Html Css Color HEX #1B374D Blue Whale

📋 copy color: '#1B374D'

red 27 ◦ green 55 ◦ blue 77

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

Shades of Blue Whale #1B374D

Tints of Blue Whale #1B374D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 48.43%

R = 16.98%
G = 34.59%
B = 48.43%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1B374D (or 0x1B374D) is known color: Blue Whale. HEX triplet: 1B, 37 and 4D. RGB value is (27,55,77). Sum of RGB (Red+Green+Blue) = 27+55+77=159 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.98% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B374D is #E4C8B2. Grayscale: #313131. Windows color (decimal): -14993587 or 5060379. OLE color: 5060379.

HSL color Cylindrical-coordinate representation of color #1B374D: hue angle of 206.4º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B374D is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 27 55 77 -
CMYK 0.65 0.29 0 0.70
HSL 206.4º 0.48% 0.2% -
HSV(B) 206.4º 0.65% 0.3% -
XYZ 3.16 3.5 7.53 -
YUV 49.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 27 55 77 0.65 0.29 0 0.70 206.4 0.48 0.2
Hex 1B 37 4D 41 1D 0 46 CE 30 14
Octal 33 67 115 101 35 0 106 316 60 24
Binary 11011 110111 1001101 1000001 11101 0 1000110 11001110 110000 10100

Color Harmonies of #1B374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B374D

Black with #1B374D

Text Example


Text Example

White with #1B374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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