Html Css Color HEX #1B3349 Blue Whale

📋 copy color: '#1B3349'

red 27 ◦ green 51 ◦ blue 73

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

Shades of Blue Whale #1B3349

Tints of Blue Whale #1B3349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.77%

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

R = 17.88%
G = 33.77%
B = 48.34%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1B3349 (or 0x1B3349) is known color: Blue Whale. HEX triplet: 1B, 33 and 49. RGB value is (27,51,73). Sum of RGB (Red+Green+Blue) = 27+51+73=151 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.88% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #1B3349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3349 is #E4CCB6. Grayscale: #2E2E2E. Windows color (decimal): -14994615 or 4797211. OLE color: 4797211.

HSL color Cylindrical-coordinate representation of color #1B3349: hue angle of 208.7º 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 #1B3349 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 27 51 73 -
CMYK 0.63 0.30 0 0.71
HSL 208.7º 0.46% 0.2% -
HSV(B) 208.7º 0.63% 0.29% -
XYZ 2.84 3.08 6.75 -
YUV 46.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 27 51 73 0.63 0.30 0 0.71 208.7 0.46 0.2
Hex 1B 33 49 3F 1E 0 47 D1 2E 14
Octal 33 63 111 77 36 0 107 321 56 24
Binary 11011 110011 1001001 111111 11110 0 1000111 11010001 101110 10100

Color Harmonies of #1B3349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3349

Black with #1B3349

Text Example


Text Example

White with #1B3349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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