Html Css Color HEX #196085 Bahama Blue

📋 copy color: '#196085'

red 25 ◦ green 96 ◦ blue 133

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

Shades of Bahama Blue #196085

Tints of Bahama Blue #196085

RGB

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

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

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

R = 9.84%
G = 37.8%
B = 52.36%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#196085 (or 0x196085) is known color: Bahama Blue. HEX triplet: 19, 60 and 85. RGB value is (25,96,133). Sum of RGB (Red+Green+Blue) = 25+96+133=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #196085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196085 is #E69F7A. Grayscale: #4E4E4E. Windows color (decimal): -15114107 or 8740889. OLE color: 8740889.

HSL color Cylindrical-coordinate representation of color #196085: hue angle of 200.56º 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 #196085 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 96 133 -
CMYK 0.81 0.28 0 0.48
HSL 200.56º 0.68% 0.31% -
HSV(B) 200.56º 0.81% 0.52% -
XYZ 8.82 10.27 23.71 -
YUV 78.99 158.48 89.49 -
System Red Green Blue C M Y K H S L
Decimal 25 96 133 0.81 0.28 0 0.48 200.56 0.68 0.31
Hex 19 60 85 51 1C 0 30 C9 44 1F
Octal 31 140 205 121 34 0 60 311 104 37
Binary 11001 1100000 10000101 1010001 11100 0 110000 11001001 1000100 11111

Color Harmonies of #196085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196085

Black with #196085

Text Example


Text Example

White with #196085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196085; }

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

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

background-color css

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

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

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

border-color css

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

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

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