Html Css Color HEX #195388 Bahama Blue

📋 copy color: '#195388'

red 25 ◦ green 83 ◦ blue 136

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

Shades of Bahama Blue #195388

Tints of Bahama Blue #195388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 55.74%

R = 10.25%
G = 34.02%
B = 55.74%

CMYK

 C value IS 0.82

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#195388 (or 0x195388) is known color: Bahama Blue. HEX triplet: 19, 53 and 88. RGB value is (25,83,136). Sum of RGB (Red+Green+Blue) = 25+83+136=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #195388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195388 is #E6AC77. Grayscale: #474747. Windows color (decimal): -15117432 or 8934169. OLE color: 8934169.

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

Color convert

RGB 25 83 136 -
CMYK 0.82 0.39 0 0.47
HSL 208.65º 0.69% 0.32% -
HSV(B) 208.65º 0.82% 0.53% -
XYZ 7.94 8.17 24.45 -
YUV 71.7 164.28 94.69 -
System Red Green Blue C M Y K H S L
Decimal 25 83 136 0.82 0.39 0 0.47 208.65 0.69 0.32
Hex 19 53 88 52 27 0 2F D1 45 20
Octal 31 123 210 122 47 0 57 321 105 40
Binary 11001 1010011 10001000 1010010 100111 0 101111 11010001 1000101 100000

Color Harmonies of #195388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195388

Black with #195388

Text Example


Text Example

White with #195388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195388; }

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

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

background-color css

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

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

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

border-color css

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

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

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