Html Css Color HEX #1C587C Bahama Blue

📋 copy color: '#1C587C'

red 28 ◦ green 88 ◦ blue 124

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

Shades of Bahama Blue #1C587C

Tints of Bahama Blue #1C587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.67%

 BLUE value IS 124 (48.83% from 255) = 51.67%

R = 11.67%
G = 36.67%
B = 51.67%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1C587C (or 0x1C587C) is known color: Bahama Blue. HEX triplet: 1C, 58 and 7C. RGB value is (28,88,124). Sum of RGB (Red+Green+Blue) = 28+88+124=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C587C is #E3A783. Grayscale: #494949. Windows color (decimal): -14919556 or 8149020. OLE color: 8149020.

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

Color convert

RGB 28 88 124 -
CMYK 0.77 0.29 0 0.51
HSL 202.5º 0.63% 0.3% -
HSV(B) 202.5º 0.77% 0.49% -
XYZ 7.61 8.68 20.34 -
YUV 74.16 156.12 95.07 -
System Red Green Blue C M Y K H S L
Decimal 28 88 124 0.77 0.29 0 0.51 202.5 0.63 0.3
Hex 1C 58 7C 4D 1D 0 33 CA 3F 1E
Octal 34 130 174 115 35 0 63 312 77 36
Binary 11100 1011000 1111100 1001101 11101 0 110011 11001010 111111 11110

Color Harmonies of #1C587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C587C

Black with #1C587C

Text Example


Text Example

White with #1C587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,88,124); }

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

background-color css

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

 a { background-color: rgb(28,88,124); }

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

border-color css

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

 span { border-color: rgb(28,88,124); }

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