Html Css Color HEX #195278 Bahama Blue

📋 copy color: '#195278'

red 25 ◦ green 82 ◦ blue 120

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

Shades of Bahama Blue #195278

Tints of Bahama Blue #195278

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.12%

 BLUE value IS 120 (47.27% from 255) = 52.86%

R = 11.01%
G = 36.12%
B = 52.86%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#195278 (or 0x195278) is known color: Bahama Blue. HEX triplet: 19, 52 and 78. RGB value is (25,82,120). Sum of RGB (Red+Green+Blue) = 25+82+120=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #195278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195278 is #E6AD87. Grayscale: #454545. Windows color (decimal): -15117704 or 7885337. OLE color: 7885337.

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

Color convert

RGB 25 82 120 -
CMYK 0.79 0.32 0 0.53
HSL 204º 0.66% 0.28% -
HSV(B) 204º 0.79% 0.47% -
XYZ 6.81 7.6 18.88 -
YUV 69.29 156.62 96.41 -
System Red Green Blue C M Y K H S L
Decimal 25 82 120 0.79 0.32 0 0.53 204 0.66 0.28
Hex 19 52 78 4F 20 0 35 CC 42 1C
Octal 31 122 170 117 40 0 65 314 102 34
Binary 11001 1010010 1111000 1001111 100000 0 110101 11001100 1000010 11100

Color Harmonies of #195278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195278

Black with #195278

Text Example


Text Example

White with #195278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195278; }

 p { color: rgb(25,82,120); }

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

background-color css

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

 a { background-color: rgb(25,82,120); }

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

border-color css

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

 span { border-color: rgb(25,82,120); }

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