#1C608A

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

Shades of Bahama Blue #1C608A

Tints of Bahama Blue #1C608A

Color information

#1C608A (or 0x1C608A) is unknown color: approx Bahama Blue. HEX triplet: 1C, 60 and 8A. RGB value is (28,96,138). Sum of RGB (Red+Green+Blue) = 28+96+138=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C608A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C608A is #E39F75. Grayscale: #505050. Windows color (decimal): -14917494 or 9068572. OLE color: 9068572.

HSL color Cylindrical-coordinate representation of color #1C608A: hue angle of 202.91º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C608A is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2896138-
CMYK0.800.3000.46
HSL202.91º66.27%32.55%-
HSV(B)202.91º79.71%54.12%-
XYZ9.2510.4525.57-
YUV80.46160.4790.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.69%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 138 (54.30% from 255) = 52.67%
R=10.69%
G=36.64%
B=52.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal28961380.800.3000.46202.9166.2732.55
Hex1C608A501E02Ecb4221
Octal341402121203605631310241
Binary111001100000100010101010000111100101110110010111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,96,138); }

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

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

 a { background-color: rgb(28,96,138); }

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

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

 span { border-color: rgb(28,96,138); }

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