Html Css Color HEX #1E6088 Bahama Blue

📋 copy color: '#1E6088'

red 30 ◦ green 96 ◦ blue 136

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

Shades of Bahama Blue #1E6088

Tints of Bahama Blue #1E6088

RGB

 RED value IS 30 (12.11% from 255) = 11.45%

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

 BLUE value IS 136 (53.52% from 255) = 51.91%

R = 11.45%
G = 36.64%
B = 51.91%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1E6088 (or 0x1E6088) is known color: Bahama Blue. HEX triplet: 1E, 60 and 88. RGB value is (30,96,136). Sum of RGB (Red+Green+Blue) = 30+96+136=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #1E6088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6088 is #E19F77. Grayscale: #505050. Windows color (decimal): -14786424 or 8937502. OLE color: 8937502.

HSL color Cylindrical-coordinate representation of color #1E6088: hue angle of 202.64º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E6088 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 30 96 136 -
CMYK 0.78 0.29 0 0.47
HSL 202.64º 0.64% 0.33% -
HSV(B) 202.64º 0.78% 0.53% -
XYZ 9.16 10.42 24.82 -
YUV 80.83 159.13 91.75 -
System Red Green Blue C M Y K H S L
Decimal 30 96 136 0.78 0.29 0 0.47 202.64 0.64 0.33
Hex 1E 60 88 4E 1D 0 2F CB 40 21
Octal 36 140 210 116 35 0 57 313 100 41
Binary 11110 1100000 10001000 1001110 11101 0 101111 11001011 1000000 100001

Color Harmonies of #1E6088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6088

Black with #1E6088

Text Example


Text Example

White with #1E6088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,96,136); }

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

background-color css

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

 a { background-color: rgb(30,96,136); }

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

border-color css

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

 span { border-color: rgb(30,96,136); }

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