Html Css Color HEX #196088 Bahama Blue

📋 copy color: '#196088'

red 25 ◦ green 96 ◦ blue 136

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

Shades of Bahama Blue #196088

Tints of Bahama Blue #196088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.35%

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

R = 9.73%
G = 37.35%
B = 52.92%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#196088 (or 0x196088) is known color: Bahama Blue. HEX triplet: 19, 60 and 88. RGB value is (25,96,136). Sum of RGB (Red+Green+Blue) = 25+96+136=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #196088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196088 is #E69F77. Grayscale: #4F4F4F. Windows color (decimal): -15114104 or 8937497. OLE color: 8937497.

HSL color Cylindrical-coordinate representation of color #196088: hue angle of 201.62º 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 #196088 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 96 136 -
CMYK 0.82 0.29 0 0.47
HSL 201.62º 0.69% 0.32% -
HSV(B) 201.62º 0.82% 0.53% -
XYZ 9.03 10.35 24.81 -
YUV 79.33 159.98 89.25 -
System Red Green Blue C M Y K H S L
Decimal 25 96 136 0.82 0.29 0 0.47 201.62 0.69 0.32
Hex 19 60 88 52 1D 0 2F CA 45 20
Octal 31 140 210 122 35 0 57 312 105 40
Binary 11001 1100000 10001000 1010010 11101 0 101111 11001010 1000101 100000

Color Harmonies of #196088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196088

Black with #196088

Text Example


Text Example

White with #196088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196088; }

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

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

background-color css

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

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

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

border-color css

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

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

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