Html Css Color HEX #1F6288 Bahama Blue

📋 copy color: '#1F6288'

red 31 ◦ green 98 ◦ blue 136

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

Shades of Bahama Blue #1F6288

Tints of Bahama Blue #1F6288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.98%

 BLUE value IS 136 (53.52% from 255) = 51.32%

R = 11.7%
G = 36.98%
B = 51.32%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1F6288 (or 0x1F6288) is known color: Bahama Blue. HEX triplet: 1F, 62 and 88. RGB value is (31,98,136). Sum of RGB (Red+Green+Blue) = 31+98+136=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F6288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6288 is #E09D77. Grayscale: #525252. Windows color (decimal): -14720376 or 8938015. OLE color: 8938015.

HSL color Cylindrical-coordinate representation of color #1F6288: hue angle of 201.71º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F6288 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 31 98 136 -
CMYK 0.77 0.28 0 0.47
HSL 201.71º 0.63% 0.33% -
HSV(B) 201.71º 0.77% 0.53% -
XYZ 9.38 10.8 24.88 -
YUV 82.3 158.3 91.41 -
System Red Green Blue C M Y K H S L
Decimal 31 98 136 0.77 0.28 0 0.47 201.71 0.63 0.33
Hex 1F 62 88 4D 1C 0 2F CA 3F 21
Octal 37 142 210 115 34 0 57 312 77 41
Binary 11111 1100010 10001000 1001101 11100 0 101111 11001010 111111 100001

Color Harmonies of #1F6288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6288

Black with #1F6288

Text Example


Text Example

White with #1F6288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,98,136); }

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

background-color css

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

 a { background-color: rgb(31,98,136); }

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

border-color css

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

 span { border-color: rgb(31,98,136); }

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