Html Css Color HEX #175082 Bahama Blue

📋 copy color: '#175082'

red 23 ◦ green 80 ◦ blue 130

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

Shades of Bahama Blue #175082

Tints of Bahama Blue #175082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 55.79%

R = 9.87%
G = 34.33%
B = 55.79%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#175082 (or 0x175082) is known color: Bahama Blue. HEX triplet: 17, 50 and 82. RGB value is (23,80,130). Sum of RGB (Red+Green+Blue) = 23+80+130=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #175082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175082 is #E8AF7D. Grayscale: #444444. Windows color (decimal): -15249278 or 8540183. OLE color: 8540183.

HSL color Cylindrical-coordinate representation of color #175082: hue angle of 208.04º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #175082 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 23 80 130 -
CMYK 0.82 0.38 0 0.49
HSL 208.04º 0.7% 0.3% -
HSV(B) 208.04º 0.82% 0.51% -
XYZ 7.25 7.53 22.19 -
YUV 68.66 162.62 95.43 -
System Red Green Blue C M Y K H S L
Decimal 23 80 130 0.82 0.38 0 0.49 208.04 0.7 0.3
Hex 17 50 82 52 26 0 31 D0 46 1E
Octal 27 120 202 122 46 0 61 320 106 36
Binary 10111 1010000 10000010 1010010 100110 0 110001 11010000 1000110 11110

Color Harmonies of #175082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175082

Black with #175082

Text Example


Text Example

White with #175082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175082; }

 p { color: rgb(23,80,130); }

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

background-color css

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

 a { background-color: rgb(23,80,130); }

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

border-color css

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

 span { border-color: rgb(23,80,130); }

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