Html Css Color HEX #195379 Bahama Blue

📋 copy color: '#195379'

red 25 ◦ green 83 ◦ blue 121

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

Shades of Bahama Blue #195379

Tints of Bahama Blue #195379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.24%

 BLUE value IS 121 (47.66% from 255) = 52.84%

R = 10.92%
G = 36.24%
B = 52.84%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#195379 (or 0x195379) is known color: Bahama Blue. HEX triplet: 19, 53 and 79. RGB value is (25,83,121). Sum of RGB (Red+Green+Blue) = 25+83+121=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #195379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195379 is #E6AC86. Grayscale: #454545. Windows color (decimal): -15117447 or 7951129. OLE color: 7951129.

HSL color Cylindrical-coordinate representation of color #195379: hue angle of 203.75º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #195379 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 83 121 -
CMYK 0.79 0.31 0 0.53
HSL 203.75º 0.66% 0.29% -
HSV(B) 203.75º 0.79% 0.47% -
XYZ 6.95 7.77 19.22 -
YUV 69.99 156.78 95.91 -
System Red Green Blue C M Y K H S L
Decimal 25 83 121 0.79 0.31 0 0.53 203.75 0.66 0.29
Hex 19 53 79 4F 1F 0 35 CC 42 1D
Octal 31 123 171 117 37 0 65 314 102 35
Binary 11001 1010011 1111001 1001111 11111 0 110101 11001100 1000010 11101

Color Harmonies of #195379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195379

Black with #195379

Text Example


Text Example

White with #195379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195379; }

 p { color: rgb(25,83,121); }

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

background-color css

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

 a { background-color: rgb(25,83,121); }

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

border-color css

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

 span { border-color: rgb(25,83,121); }

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