Html Css Color HEX #1B597D Bahama Blue

📋 copy color: '#1B597D'

red 27 ◦ green 89 ◦ blue 125

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

Shades of Bahama Blue #1B597D

Tints of Bahama Blue #1B597D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.93%

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

R = 11.2%
G = 36.93%
B = 51.87%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1B597D (or 0x1B597D) is known color: Bahama Blue. HEX triplet: 1B, 59 and 7D. RGB value is (27,89,125). Sum of RGB (Red+Green+Blue) = 27+89+125=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #1B597D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B597D is #E4A682. Grayscale: #4A4A4A. Windows color (decimal): -14984835 or 8214811. OLE color: 8214811.

HSL color Cylindrical-coordinate representation of color #1B597D: hue angle of 202.04º 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 #1B597D is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 27 89 125 -
CMYK 0.78 0.29 0 0.51
HSL 202.04º 0.64% 0.3% -
HSV(B) 202.04º 0.78% 0.49% -
XYZ 7.73 8.86 20.7 -
YUV 74.57 156.46 94.07 -
System Red Green Blue C M Y K H S L
Decimal 27 89 125 0.78 0.29 0 0.51 202.04 0.64 0.3
Hex 1B 59 7D 4E 1D 0 33 CA 40 1E
Octal 33 131 175 116 35 0 63 312 100 36
Binary 11011 1011001 1111101 1001110 11101 0 110011 11001010 1000000 11110

Color Harmonies of #1B597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B597D

Black with #1B597D

Text Example


Text Example

White with #1B597D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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