Html Css Color HEX #1C6085 Bahama Blue

📋 copy color: '#1C6085'

red 28 ◦ green 96 ◦ blue 133

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

Shades of Bahama Blue #1C6085

Tints of Bahama Blue #1C6085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.35%

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

R = 10.89%
G = 37.35%
B = 51.75%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1C6085 (or 0x1C6085) is known color: Bahama Blue. HEX triplet: 1C, 60 and 85. RGB value is (28,96,133). Sum of RGB (Red+Green+Blue) = 28+96+133=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #1C6085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6085 is #E39F7A. Grayscale: #4F4F4F. Windows color (decimal): -14917499 or 8740892. OLE color: 8740892.

HSL color Cylindrical-coordinate representation of color #1C6085: hue angle of 201.14º 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 #1C6085 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 28 96 133 -
CMYK 0.79 0.28 0 0.48
HSL 201.14º 0.65% 0.32% -
HSV(B) 201.14º 0.79% 0.52% -
XYZ 8.9 10.31 23.71 -
YUV 79.89 157.97 90.99 -
System Red Green Blue C M Y K H S L
Decimal 28 96 133 0.79 0.28 0 0.48 201.14 0.65 0.32
Hex 1C 60 85 4F 1C 0 30 C9 41 20
Octal 34 140 205 117 34 0 60 311 101 40
Binary 11100 1100000 10000101 1001111 11100 0 110000 11001001 1000001 100000

Color Harmonies of #1C6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6085

Black with #1C6085

Text Example


Text Example

White with #1C6085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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