Html Css Color HEX #175484 Bahama Blue

📋 copy color: '#175484'

red 23 ◦ green 84 ◦ blue 132

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

Shades of Bahama Blue #175484

Tints of Bahama Blue #175484

RGB

 RED value IS 23 (9.38% from 255) = 9.62%

 GREEN value IS 84 (33.2% from 255) = 35.15%

 BLUE value IS 132 (51.95% from 255) = 55.23%

R = 9.62%
G = 35.15%
B = 55.23%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#175484 (or 0x175484) is known color: Bahama Blue. HEX triplet: 17, 54 and 84. RGB value is (23,84,132). Sum of RGB (Red+Green+Blue) = 23+84+132=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #175484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175484 is #E8AB7B. Grayscale: #464646. Windows color (decimal): -15248252 or 8672279. OLE color: 8672279.

HSL color Cylindrical-coordinate representation of color #175484: hue angle of 206.42º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #175484 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 23 84 132 -
CMYK 0.83 0.36 0 0.48
HSL 206.42º 0.7% 0.3% -
HSV(B) 206.42º 0.83% 0.52% -
XYZ 7.69 8.19 23.01 -
YUV 71.23 162.29 93.6 -
System Red Green Blue C M Y K H S L
Decimal 23 84 132 0.83 0.36 0 0.48 206.42 0.7 0.3
Hex 17 54 84 53 24 0 30 CE 46 1E
Octal 27 124 204 123 44 0 60 316 106 36
Binary 10111 1010100 10000100 1010011 100100 0 110000 11001110 1000110 11110

Color Harmonies of #175484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175484

Black with #175484

Text Example


Text Example

White with #175484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175484; }

 p { color: rgb(23,84,132); }

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

background-color css

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

 a { background-color: rgb(23,84,132); }

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

border-color css

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

 span { border-color: rgb(23,84,132); }

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