Html Css Color HEX #195384 Bahama Blue

📋 copy color: '#195384'

red 25 ◦ green 83 ◦ blue 132

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

Shades of Bahama Blue #195384

Tints of Bahama Blue #195384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 55%

R = 10.42%
G = 34.58%
B = 55%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#195384 (or 0x195384) is known color: Bahama Blue. HEX triplet: 19, 53 and 84. RGB value is (25,83,132). Sum of RGB (Red+Green+Blue) = 25+83+132=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #195384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195384 is #E6AC7B. Grayscale: #464646. Windows color (decimal): -15117436 or 8672025. OLE color: 8672025.

HSL color Cylindrical-coordinate representation of color #195384: hue angle of 207.48º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #195384 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 83 132 -
CMYK 0.81 0.37 0 0.48
HSL 207.48º 0.68% 0.31% -
HSV(B) 207.48º 0.81% 0.52% -
XYZ 7.66 8.06 22.98 -
YUV 71.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 25 83 132 0.81 0.37 0 0.48 207.48 0.68 0.31
Hex 19 53 84 51 25 0 30 CF 44 1F
Octal 31 123 204 121 45 0 60 317 104 37
Binary 11001 1010011 10000100 1010001 100101 0 110000 11001111 1000100 11111

Color Harmonies of #195384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195384

Black with #195384

Text Example


Text Example

White with #195384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195384; }

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

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

background-color css

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

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

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

border-color css

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

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

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