Html Css Color HEX #1F4D7A Bahama Blue

📋 copy color: '#1F4D7A'

red 31 ◦ green 77 ◦ blue 122

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

Shades of Bahama Blue #1F4D7A

Tints of Bahama Blue #1F4D7A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.48%

 BLUE value IS 122 (48.05% from 255) = 53.04%

R = 13.48%
G = 33.48%
B = 53.04%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1F4D7A (or 0x1F4D7A) is known color: Bahama Blue. HEX triplet: 1F, 4D and 7A. RGB value is (31,77,122). Sum of RGB (Red+Green+Blue) = 31+77+122=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F4D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4D7A is #E0B285. Grayscale: #444444. Windows color (decimal): -14725766 or 8015135. OLE color: 8015135.

HSL color Cylindrical-coordinate representation of color #1F4D7A: hue angle of 209.67º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F4D7A is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 31 77 122 -
CMYK 0.75 0.37 0 0.52
HSL 209.67º 0.59% 0.3% -
HSV(B) 209.67º 0.75% 0.48% -
XYZ 6.73 7 19.41 -
YUV 68.38 158.26 101.34 -
System Red Green Blue C M Y K H S L
Decimal 31 77 122 0.75 0.37 0 0.52 209.67 0.59 0.3
Hex 1F 4D 7A 4B 25 0 34 D2 3B 1E
Octal 37 115 172 113 45 0 64 322 73 36
Binary 11111 1001101 1111010 1001011 100101 0 110100 11010010 111011 11110

Color Harmonies of #1F4D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4D7A

Black with #1F4D7A

Text Example


Text Example

White with #1F4D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,77,122); }

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

background-color css

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

 a { background-color: rgb(31,77,122); }

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

border-color css

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

 span { border-color: rgb(31,77,122); }

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