#1C557A

Color #1C557A Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #1C557A

Tints of Bahama Blue #1C557A

Color information

#1C557A (or 0x1C557A) is unknown color: approx Bahama Blue. HEX triplet: 1C, 55 and 7A. RGB value is (28,85,122). Sum of RGB (Red+Green+Blue) = 28+85+122=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C557A is #E3AA85. Grayscale: #474747. Windows color (decimal): -14920326 or 8017180. OLE color: 8017180.

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

Color convert

RGB2885122-
CMYK0.770.3000.52
HSL203.62º62.67%29.41%-
HSV(B)203.62º77.05%47.84%-
XYZ7.248.1519.6-
YUV72.18156.1296.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.91%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=11.91%
G=36.17%
B=51.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28851220.770.3000.52203.6262.6729.41
Hex1C557A4D1E034cc3f1d
Octal34125172115360643147735
Binary111001010101111101010011011111001101001100110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,85,122); }

 H1.HeaderClassName
 {
   color: #1C557A;
 }
 .AnyTagClassName
 {
   color: #1C557A;
 }
</style>
background-color css

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

 a { background-color: rgb(28,85,122); }

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

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

 span { border-color: rgb(28,85,122); }

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