Html Css Color HEX #1F5176 Bahama Blue

📋 copy color: '#1F5176'

red 31 ◦ green 81 ◦ blue 118

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

Shades of Bahama Blue #1F5176

Tints of Bahama Blue #1F5176

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.22%

 BLUE value IS 118 (46.48% from 255) = 51.3%

R = 13.48%
G = 35.22%
B = 51.3%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F5176 (or 0x1F5176) is known color: Bahama Blue. HEX triplet: 1F, 51 and 76. RGB value is (31,81,118). Sum of RGB (Red+Green+Blue) = 31+81+118=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F5176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5176 is #E0AE89. Grayscale: #464646. Windows color (decimal): -14724746 or 7754015. OLE color: 7754015.

HSL color Cylindrical-coordinate representation of color #1F5176: hue angle of 205.52º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5176 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 81 118 -
CMYK 0.74 0.31 0 0.54
HSL 205.52º 0.58% 0.29% -
HSV(B) 205.52º 0.74% 0.46% -
XYZ 6.78 7.48 18.23 -
YUV 70.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 31 81 118 0.74 0.31 0 0.54 205.52 0.58 0.29
Hex 1F 51 76 4A 1F 0 36 CE 3A 1D
Octal 37 121 166 112 37 0 66 316 72 35
Binary 11111 1010001 1110110 1001010 11111 0 110110 11001110 111010 11101

Color Harmonies of #1F5176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5176

Black with #1F5176

Text Example


Text Example

White with #1F5176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,81,118); }

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

background-color css

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

 a { background-color: rgb(31,81,118); }

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

border-color css

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

 span { border-color: rgb(31,81,118); }

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