Html Css Color HEX #1F5178 Bahama Blue

📋 copy color: '#1F5178'

red 31 ◦ green 81 ◦ blue 120

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

Shades of Bahama Blue #1F5178

Tints of Bahama Blue #1F5178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.72%

R = 13.36%
G = 34.91%
B = 51.72%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F5178 (or 0x1F5178) is known color: Bahama Blue. HEX triplet: 1F, 51 and 78. RGB value is (31,81,120). Sum of RGB (Red+Green+Blue) = 31+81+120=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F5178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5178 is #E0AE87. Grayscale: #464646. Windows color (decimal): -14724744 or 7885087. OLE color: 7885087.

HSL color Cylindrical-coordinate representation of color #1F5178: hue angle of 206.29º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5178 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 81 120 -
CMYK 0.74 0.32 0 0.53
HSL 206.29º 0.59% 0.3% -
HSV(B) 206.29º 0.74% 0.47% -
XYZ 6.9 7.53 18.86 -
YUV 70.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 31 81 120 0.74 0.32 0 0.53 206.29 0.59 0.3
Hex 1F 51 78 4A 20 0 35 CE 3B 1E
Octal 37 121 170 112 40 0 65 316 73 36
Binary 11111 1010001 1111000 1001010 100000 0 110101 11001110 111011 11110

Color Harmonies of #1F5178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5178

Black with #1F5178

Text Example


Text Example

White with #1F5178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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