Html Css Color HEX #1C6185 Bahama Blue

📋 copy color: '#1C6185'

red 28 ◦ green 97 ◦ blue 133

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

Shades of Bahama Blue #1C6185

Tints of Bahama Blue #1C6185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.6%

 BLUE value IS 133 (52.34% from 255) = 51.55%

R = 10.85%
G = 37.6%
B = 51.55%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1C6185 (or 0x1C6185) is known color: Bahama Blue. HEX triplet: 1C, 61 and 85. RGB value is (28,97,133). Sum of RGB (Red+Green+Blue) = 28+97+133=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C6185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6185 is #E39E7A. Grayscale: #505050. Windows color (decimal): -14917243 or 8741148. OLE color: 8741148.

HSL color Cylindrical-coordinate representation of color #1C6185: hue angle of 200.57º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C6185 is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 28 97 133 -
CMYK 0.79 0.27 0 0.48
HSL 200.57º 0.65% 0.32% -
HSV(B) 200.57º 0.79% 0.52% -
XYZ 8.99 10.49 23.74 -
YUV 80.47 157.64 90.57 -
System Red Green Blue C M Y K H S L
Decimal 28 97 133 0.79 0.27 0 0.48 200.57 0.65 0.32
Hex 1C 61 85 4F 1B 0 30 C9 41 20
Octal 34 141 205 117 33 0 60 311 101 40
Binary 11100 1100001 10000101 1001111 11011 0 110000 11001001 1000001 100000

Color Harmonies of #1C6185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6185

Black with #1C6185

Text Example


Text Example

White with #1C6185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,97,133); }

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

background-color css

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

 a { background-color: rgb(28,97,133); }

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

border-color css

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

 span { border-color: rgb(28,97,133); }

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