Html Css Color HEX #195D83 Bahama Blue

📋 copy color: '#195D83'

red 25 ◦ green 93 ◦ blue 131

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

Shades of Bahama Blue #195D83

Tints of Bahama Blue #195D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.61%

R = 10.04%
G = 37.35%
B = 52.61%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#195D83 (or 0x195D83) is known color: Bahama Blue. HEX triplet: 19, 5D and 83. RGB value is (25,93,131). Sum of RGB (Red+Green+Blue) = 25+93+131=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #195D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195D83 is #E6A27C. Grayscale: #4C4C4C. Windows color (decimal): -15114877 or 8609049. OLE color: 8609049.

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

Color convert

RGB 25 93 131 -
CMYK 0.81 0.29 0 0.49
HSL 201.51º 0.68% 0.31% -
HSV(B) 201.51º 0.81% 0.51% -
XYZ 8.41 9.67 22.9 -
YUV 77 158.47 90.91 -
System Red Green Blue C M Y K H S L
Decimal 25 93 131 0.81 0.29 0 0.49 201.51 0.68 0.31
Hex 19 5D 83 51 1D 0 31 CA 44 1F
Octal 31 135 203 121 35 0 61 312 104 37
Binary 11001 1011101 10000011 1010001 11101 0 110001 11001010 1000100 11111

Color Harmonies of #195D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D83

Black with #195D83

Text Example


Text Example

White with #195D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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