Html Css Color HEX #1F608B Bahama Blue

📋 copy color: '#1F608B'

red 31 ◦ green 96 ◦ blue 139

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

Shades of Bahama Blue #1F608B

Tints of Bahama Blue #1F608B

RGB

 RED value IS 31 (12.5% from 255) = 11.65%

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

 BLUE value IS 139 (54.69% from 255) = 52.26%

R = 11.65%
G = 36.09%
B = 52.26%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F608B (or 0x1F608B) is known color: Bahama Blue. HEX triplet: 1F, 60 and 8B. RGB value is (31,96,139). Sum of RGB (Red+Green+Blue) = 31+96+139=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F608B is #E09F74. Grayscale: #515151. Windows color (decimal): -14720885 or 9134111. OLE color: 9134111.

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

Color convert

RGB 31 96 139 -
CMYK 0.78 0.31 0 0.45
HSL 203.89º 0.64% 0.33% -
HSV(B) 203.89º 0.78% 0.55% -
XYZ 9.41 10.52 25.96 -
YUV 81.47 160.47 92 -
System Red Green Blue C M Y K H S L
Decimal 31 96 139 0.78 0.31 0 0.45 203.89 0.64 0.33
Hex 1F 60 8B 4E 1F 0 2D CC 40 21
Octal 37 140 213 116 37 0 55 314 100 41
Binary 11111 1100000 10001011 1001110 11111 0 101101 11001100 1000000 100001

Color Harmonies of #1F608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F608B

Black with #1F608B

Text Example


Text Example

White with #1F608B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,96,139); }

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

background-color css

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

 a { background-color: rgb(31,96,139); }

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

border-color css

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

 span { border-color: rgb(31,96,139); }

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