Html Css Color HEX #195078 Bahama Blue

📋 copy color: '#195078'

red 25 ◦ green 80 ◦ blue 120

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

Shades of Bahama Blue #195078

Tints of Bahama Blue #195078

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.56%

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

R = 11.11%
G = 35.56%
B = 53.33%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#195078 (or 0x195078) is known color: Bahama Blue. HEX triplet: 19, 50 and 78. RGB value is (25,80,120). Sum of RGB (Red+Green+Blue) = 25+80+120=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #195078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195078 is #E6AF87. Grayscale: #434343. Windows color (decimal): -15118216 or 7884825. OLE color: 7884825.

HSL color Cylindrical-coordinate representation of color #195078: hue angle of 205.26º 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 #195078 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 80 120 -
CMYK 0.79 0.33 0 0.53
HSL 205.26º 0.66% 0.28% -
HSV(B) 205.26º 0.79% 0.47% -
XYZ 6.66 7.3 18.83 -
YUV 68.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 25 80 120 0.79 0.33 0 0.53 205.26 0.66 0.28
Hex 19 50 78 4F 21 0 35 CD 42 1C
Octal 31 120 170 117 41 0 65 315 102 34
Binary 11001 1010000 1111000 1001111 100001 0 110101 11001101 1000010 11100

Color Harmonies of #195078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195078

Black with #195078

Text Example


Text Example

White with #195078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195078; }

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

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

background-color css

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

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

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

border-color css

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

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

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