Html Css Color HEX #196185 Bahama Blue

📋 copy color: '#196185'

red 25 ◦ green 97 ◦ blue 133

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

Shades of Bahama Blue #196185

Tints of Bahama Blue #196185

RGB

 RED value IS 25 (10.16% from 255) = 9.8%

 GREEN value IS 97 (38.28% from 255) = 38.04%

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

R = 9.8%
G = 38.04%
B = 52.16%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#196185 (or 0x196185) is known color: Bahama Blue. HEX triplet: 19, 61 and 85. RGB value is (25,97,133). Sum of RGB (Red+Green+Blue) = 25+97+133=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #196185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196185 is #E69E7A. Grayscale: #4F4F4F. Windows color (decimal): -15113851 or 8741145. OLE color: 8741145.

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

Color convert

RGB 25 97 133 -
CMYK 0.81 0.27 0 0.48
HSL 200º 0.68% 0.31% -
HSV(B) 200º 0.81% 0.52% -
XYZ 8.91 10.45 23.74 -
YUV 79.58 158.15 89.07 -
System Red Green Blue C M Y K H S L
Decimal 25 97 133 0.81 0.27 0 0.48 200 0.68 0.31
Hex 19 61 85 51 1B 0 30 C8 44 1F
Octal 31 141 205 121 33 0 60 310 104 37
Binary 11001 1100001 10000101 1010001 11011 0 110000 11001000 1000100 11111

Color Harmonies of #196185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196185

Black with #196185

Text Example


Text Example

White with #196185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196185; }

 p { color: rgb(25,97,133); }

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

background-color css

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

 a { background-color: rgb(25,97,133); }

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

border-color css

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

 span { border-color: rgb(25,97,133); }

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