Html Css Color HEX #195483 Bahama Blue

📋 copy color: '#195483'

red 25 ◦ green 84 ◦ blue 131

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

Shades of Bahama Blue #195483

Tints of Bahama Blue #195483

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35%

 BLUE value IS 131 (51.56% from 255) = 54.58%

R = 10.42%
G = 35%
B = 54.58%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#195483 (or 0x195483) is known color: Bahama Blue. HEX triplet: 19, 54 and 83. RGB value is (25,84,131). Sum of RGB (Red+Green+Blue) = 25+84+131=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #195483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195483 is #E6AB7C. Grayscale: #474747. Windows color (decimal): -15117181 or 8606745. OLE color: 8606745.

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

Color convert

RGB 25 84 131 -
CMYK 0.81 0.36 0 0.49
HSL 206.6º 0.68% 0.31% -
HSV(B) 206.6º 0.81% 0.51% -
XYZ 7.67 8.19 22.65 -
YUV 71.72 161.45 94.68 -
System Red Green Blue C M Y K H S L
Decimal 25 84 131 0.81 0.36 0 0.49 206.6 0.68 0.31
Hex 19 54 83 51 24 0 31 CF 44 1F
Octal 31 124 203 121 44 0 61 317 104 37
Binary 11001 1010100 10000011 1010001 100100 0 110001 11001111 1000100 11111

Color Harmonies of #195483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195483

Black with #195483

Text Example


Text Example

White with #195483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195483; }

 p { color: rgb(25,84,131); }

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

background-color css

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

 a { background-color: rgb(25,84,131); }

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

border-color css

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

 span { border-color: rgb(25,84,131); }

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