Html Css Color HEX #195C8B Bahama Blue

📋 copy color: '#195C8B'

red 25 ◦ green 92 ◦ blue 139

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

Shades of Bahama Blue #195C8B

Tints of Bahama Blue #195C8B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.94%

 BLUE value IS 139 (54.69% from 255) = 54.3%

R = 9.77%
G = 35.94%
B = 54.3%

CMYK

 C value IS 0.82

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#195C8B (or 0x195C8B) is known color: Bahama Blue. HEX triplet: 19, 5C and 8B. RGB value is (25,92,139). Sum of RGB (Red+Green+Blue) = 25+92+139=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #195C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195C8B is #E6A374. Grayscale: #4D4D4D. Windows color (decimal): -15115125 or 9133081. OLE color: 9133081.

HSL color Cylindrical-coordinate representation of color #195C8B: hue angle of 204.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #195C8B is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 92 139 -
CMYK 0.82 0.34 0 0.45
HSL 204.74º 0.7% 0.32% -
HSV(B) 204.74º 0.82% 0.55% -
XYZ 8.89 9.73 25.83 -
YUV 77.33 162.8 90.68 -
System Red Green Blue C M Y K H S L
Decimal 25 92 139 0.82 0.34 0 0.45 204.74 0.7 0.32
Hex 19 5C 8B 52 22 0 2D CD 46 20
Octal 31 134 213 122 42 0 55 315 106 40
Binary 11001 1011100 10001011 1010010 100010 0 101101 11001101 1000110 100000

Color Harmonies of #195C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195C8B

Black with #195C8B

Text Example


Text Example

White with #195C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,92,139); }

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

background-color css

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

 a { background-color: rgb(25,92,139); }

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

border-color css

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

 span { border-color: rgb(25,92,139); }

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