Html Css Color HEX #1B313A Blue Whale

📋 copy color: '#1B313A'

red 27 ◦ green 49 ◦ blue 58

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

Shades of Blue Whale #1B313A

Tints of Blue Whale #1B313A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 36.57%

 BLUE value IS 58 (23.05% from 255) = 43.28%

R = 20.15%
G = 36.57%
B = 43.28%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1B313A (or 0x1B313A) is known color: Blue Whale. HEX triplet: 1B, 31 and 3A. RGB value is (27,49,58). Sum of RGB (Red+Green+Blue) = 27+49+58=134 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.15% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 58 - color contains mainly: blue. Hex color #1B313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B313A is #E4CEC5. Grayscale: #2B2B2B. Windows color (decimal): -14995142 or 3813659. OLE color: 3813659.

HSL color Cylindrical-coordinate representation of color #1B313A: hue angle of 197.42º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B313A is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 27 49 58 -
CMYK 0.53 0.16 0 0.77
HSL 197.42º 0.36% 0.17% -
HSV(B) 197.42º 0.53% 0.23% -
XYZ 2.31 2.74 4.41 -
YUV 43.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 27 49 58 0.53 0.16 0 0.77 197.42 0.36 0.17
Hex 1B 31 3A 35 10 0 4D C5 24 11
Octal 33 61 72 65 20 0 115 305 44 21
Binary 11011 110001 111010 110101 10000 0 1001101 11000101 100100 10001

Color Harmonies of #1B313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B313A

Black with #1B313A

Text Example


Text Example

White with #1B313A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,49,58); }

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

background-color css

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

 a { background-color: rgb(27,49,58); }

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

border-color css

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

 span { border-color: rgb(27,49,58); }

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