Html Css Color HEX #1F5075 Bahama Blue

📋 copy color: '#1F5075'

red 31 ◦ green 80 ◦ blue 117

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

Shades of Bahama Blue #1F5075

Tints of Bahama Blue #1F5075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.09%

 BLUE value IS 117 (46.09% from 255) = 51.32%

R = 13.6%
G = 35.09%
B = 51.32%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F5075 (or 0x1F5075) is known color: Bahama Blue. HEX triplet: 1F, 50 and 75. RGB value is (31,80,117). Sum of RGB (Red+Green+Blue) = 31+80+117=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F5075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5075 is #E0AF8A. Grayscale: #454545. Windows color (decimal): -14725003 or 7688223. OLE color: 7688223.

HSL color Cylindrical-coordinate representation of color #1F5075: hue angle of 205.81º 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 #1F5075 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 80 117 -
CMYK 0.74 0.32 0 0.54
HSL 205.81º 0.58% 0.29% -
HSV(B) 205.81º 0.74% 0.46% -
XYZ 6.64 7.31 17.89 -
YUV 69.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 31 80 117 0.74 0.32 0 0.54 205.81 0.58 0.29
Hex 1F 50 75 4A 20 0 36 CE 3A 1D
Octal 37 120 165 112 40 0 66 316 72 35
Binary 11111 1010000 1110101 1001010 100000 0 110110 11001110 111010 11101

Color Harmonies of #1F5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5075

Black with #1F5075

Text Example


Text Example

White with #1F5075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,80,117); }

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

background-color css

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

 a { background-color: rgb(31,80,117); }

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

border-color css

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

 span { border-color: rgb(31,80,117); }

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