Html Css Color HEX #1B577D Bahama Blue

📋 copy color: '#1B577D'

red 27 ◦ green 87 ◦ blue 125

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

Shades of Bahama Blue #1B577D

Tints of Bahama Blue #1B577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.4%

 BLUE value IS 125 (49.22% from 255) = 52.3%

R = 11.3%
G = 36.4%
B = 52.3%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1B577D (or 0x1B577D) is known color: Bahama Blue. HEX triplet: 1B, 57 and 7D. RGB value is (27,87,125). Sum of RGB (Red+Green+Blue) = 27+87+125=239 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.30% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #1B577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B577D is #E4A882. Grayscale: #494949. Windows color (decimal): -14985347 or 8214299. OLE color: 8214299.

HSL color Cylindrical-coordinate representation of color #1B577D: hue angle of 203.27º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B577D is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 27 87 125 -
CMYK 0.78 0.30 0 0.51
HSL 203.27º 0.64% 0.3% -
HSV(B) 203.27º 0.78% 0.49% -
XYZ 7.56 8.53 20.65 -
YUV 73.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 27 87 125 0.78 0.30 0 0.51 203.27 0.64 0.3
Hex 1B 57 7D 4E 1E 0 33 CB 40 1E
Octal 33 127 175 116 36 0 63 313 100 36
Binary 11011 1010111 1111101 1001110 11110 0 110011 11001011 1000000 11110

Color Harmonies of #1B577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B577D

Black with #1B577D

Text Example


Text Example

White with #1B577D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,87,125); }

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

background-color css

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

 a { background-color: rgb(27,87,125); }

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

border-color css

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

 span { border-color: rgb(27,87,125); }

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