Html Css Color HEX #195D81 Bahama Blue

📋 copy color: '#195D81'

red 25 ◦ green 93 ◦ blue 129

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

Shades of Bahama Blue #195D81

Tints of Bahama Blue #195D81

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.65%

 BLUE value IS 129 (50.78% from 255) = 52.23%

R = 10.12%
G = 37.65%
B = 52.23%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#195D81 (or 0x195D81) is known color: Bahama Blue. HEX triplet: 19, 5D and 81. RGB value is (25,93,129). Sum of RGB (Red+Green+Blue) = 25+93+129=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #195D81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195D81 is #E6A27E. Grayscale: #4C4C4C. Windows color (decimal): -15114879 or 8477977. OLE color: 8477977.

HSL color Cylindrical-coordinate representation of color #195D81: hue angle of 200.77º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #195D81 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 93 129 -
CMYK 0.81 0.28 0 0.49
HSL 200.77º 0.68% 0.3% -
HSV(B) 200.77º 0.81% 0.51% -
XYZ 8.28 9.62 22.19 -
YUV 76.77 157.47 91.07 -
System Red Green Blue C M Y K H S L
Decimal 25 93 129 0.81 0.28 0 0.49 200.77 0.68 0.3
Hex 19 5D 81 51 1C 0 31 C9 44 1E
Octal 31 135 201 121 34 0 61 311 104 36
Binary 11001 1011101 10000001 1010001 11100 0 110001 11001001 1000100 11110

Color Harmonies of #195D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D81

Black with #195D81

Text Example


Text Example

White with #195D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195D81; }

 p { color: rgb(25,93,129); }

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

background-color css

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

 a { background-color: rgb(25,93,129); }

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

border-color css

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

 span { border-color: rgb(25,93,129); }

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