Html Css Color HEX #176085 Bahama Blue

📋 copy color: '#176085'

red 23 ◦ green 96 ◦ blue 133

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

Shades of Bahama Blue #176085

Tints of Bahama Blue #176085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.1%

 BLUE value IS 133 (52.34% from 255) = 52.78%

R = 9.13%
G = 38.1%
B = 52.78%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#176085 (or 0x176085) is known color: Bahama Blue. HEX triplet: 17, 60 and 85. RGB value is (23,96,133). Sum of RGB (Red+Green+Blue) = 23+96+133=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #176085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176085 is #E89F7A. Grayscale: #4E4E4E. Windows color (decimal): -15245179 or 8740887. OLE color: 8740887.

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

Color convert

RGB 23 96 133 -
CMYK 0.83 0.28 0 0.48
HSL 200.18º 0.71% 0.31% -
HSV(B) 200.18º 0.83% 0.52% -
XYZ 8.77 10.24 23.7 -
YUV 78.39 158.82 88.49 -
System Red Green Blue C M Y K H S L
Decimal 23 96 133 0.83 0.28 0 0.48 200.18 0.71 0.31
Hex 17 60 85 53 1C 0 30 C8 47 1F
Octal 27 140 205 123 34 0 60 310 107 37
Binary 10111 1100000 10000101 1010011 11100 0 110000 11001000 1000111 11111

Color Harmonies of #176085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176085

Black with #176085

Text Example


Text Example

White with #176085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #176085; }

 p { color: rgb(23,96,133); }

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

background-color css

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

 a { background-color: rgb(23,96,133); }

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

border-color css

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

 span { border-color: rgb(23,96,133); }

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