Html Css Color HEX #195283 Bahama Blue

📋 copy color: '#195283'

red 25 ◦ green 82 ◦ blue 131

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

Shades of Bahama Blue #195283

Tints of Bahama Blue #195283

RGB

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

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

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

R = 10.5%
G = 34.45%
B = 55.04%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#195283 (or 0x195283) is known color: Bahama Blue. HEX triplet: 19, 52 and 83. RGB value is (25,82,131). Sum of RGB (Red+Green+Blue) = 25+82+131=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #195283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195283 is #E6AD7C. Grayscale: #464646. Windows color (decimal): -15117693 or 8606233. OLE color: 8606233.

HSL color Cylindrical-coordinate representation of color #195283: hue angle of 207.74º 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 #195283 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 82 131 -
CMYK 0.81 0.37 0 0.49
HSL 207.74º 0.68% 0.31% -
HSV(B) 207.74º 0.81% 0.51% -
XYZ 7.51 7.88 22.6 -
YUV 70.54 162.12 95.52 -
System Red Green Blue C M Y K H S L
Decimal 25 82 131 0.81 0.37 0 0.49 207.74 0.68 0.31
Hex 19 52 83 51 25 0 31 D0 44 1F
Octal 31 122 203 121 45 0 61 320 104 37
Binary 11001 1010010 10000011 1010001 100101 0 110001 11010000 1000100 11111

Color Harmonies of #195283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195283

Black with #195283

Text Example


Text Example

White with #195283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195283; }

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

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

background-color css

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

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

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

border-color css

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

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

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