Html Css Color HEX #1C577B Bahama Blue

📋 copy color: '#1C577B'

red 28 ◦ green 87 ◦ blue 123

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

Shades of Bahama Blue #1C577B

Tints of Bahama Blue #1C577B

RGB

 RED value IS 28 (11.33% from 255) = 11.76%

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

 BLUE value IS 123 (48.44% from 255) = 51.68%

R = 11.76%
G = 36.55%
B = 51.68%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1C577B (or 0x1C577B) is known color: Bahama Blue. HEX triplet: 1C, 57 and 7B. RGB value is (28,87,123). Sum of RGB (Red+Green+Blue) = 28+87+123=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C577B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C577B is #E3A884. Grayscale: #494949. Windows color (decimal): -14919813 or 8083228. OLE color: 8083228.

HSL color Cylindrical-coordinate representation of color #1C577B: hue angle of 202.74º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C577B is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 28 87 123 -
CMYK 0.77 0.29 0 0.52
HSL 202.74º 0.63% 0.3% -
HSV(B) 202.74º 0.77% 0.48% -
XYZ 7.46 8.49 19.98 -
YUV 73.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 28 87 123 0.77 0.29 0 0.52 202.74 0.63 0.3
Hex 1C 57 7B 4D 1D 0 34 CB 3F 1E
Octal 34 127 173 115 35 0 64 313 77 36
Binary 11100 1010111 1111011 1001101 11101 0 110100 11001011 111111 11110

Color Harmonies of #1C577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C577B

Black with #1C577B

Text Example


Text Example

White with #1C577B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,87,123); }

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

background-color css

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

 a { background-color: rgb(28,87,123); }

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

border-color css

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

 span { border-color: rgb(28,87,123); }

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