Html Css Color HEX #1B384D Blue Whale

📋 copy color: '#1B384D'

red 27 ◦ green 56 ◦ blue 77

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

Shades of Blue Whale #1B384D

Tints of Blue Whale #1B384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35%

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

R = 16.88%
G = 35%
B = 48.13%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1B384D (or 0x1B384D) is known color: Blue Whale. HEX triplet: 1B, 38 and 4D. RGB value is (27,56,77). Sum of RGB (Red+Green+Blue) = 27+56+77=160 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.88% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B384D is #E4C7B2. Grayscale: #313131. Windows color (decimal): -14993331 or 5060635. OLE color: 5060635.

HSL color Cylindrical-coordinate representation of color #1B384D: hue angle of 205.2º 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 #1B384D is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 27 56 77 -
CMYK 0.65 0.27 0 0.70
HSL 205.2º 0.48% 0.2% -
HSV(B) 205.2º 0.65% 0.3% -
XYZ 3.21 3.6 7.55 -
YUV 49.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 27 56 77 0.65 0.27 0 0.70 205.2 0.48 0.2
Hex 1B 38 4D 41 1B 0 46 CD 30 14
Octal 33 70 115 101 33 0 106 315 60 24
Binary 11011 111000 1001101 1000001 11011 0 1000110 11001101 110000 10100

Color Harmonies of #1B384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B384D

Black with #1B384D

Text Example


Text Example

White with #1B384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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