Html Css Color HEX #194F7D Bahama Blue

📋 copy color: '#194F7D'

red 25 ◦ green 79 ◦ blue 125

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

Shades of Bahama Blue #194F7D

Tints of Bahama Blue #194F7D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.5%

 BLUE value IS 125 (49.22% from 255) = 54.59%

R = 10.92%
G = 34.5%
B = 54.59%

CMYK

 C value IS 0.8

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#194F7D (or 0x194F7D) is known color: Bahama Blue. HEX triplet: 19, 4F and 7D. RGB value is (25,79,125). Sum of RGB (Red+Green+Blue) = 25+79+125=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #194F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194F7D is #E6B082. Grayscale: #434343. Windows color (decimal): -15118467 or 8212249. OLE color: 8212249.

HSL color Cylindrical-coordinate representation of color #194F7D: hue angle of 207.6º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #194F7D is Cyan = 0.8, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 79 125 -
CMYK 0.8 0.37 0 0.51
HSL 207.6º 0.67% 0.29% -
HSV(B) 207.6º 0.8% 0.49% -
XYZ 6.9 7.28 20.44 -
YUV 68.1 160.11 97.26 -
System Red Green Blue C M Y K H S L
Decimal 25 79 125 0.8 0.37 0 0.51 207.6 0.67 0.29
Hex 19 4F 7D 50 25 0 33 D0 43 1D
Octal 31 117 175 120 45 0 63 320 103 35
Binary 11001 1001111 1111101 1010000 100101 0 110011 11010000 1000011 11101

Color Harmonies of #194F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194F7D

Black with #194F7D

Text Example


Text Example

White with #194F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194F7D; }

 p { color: rgb(25,79,125); }

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

background-color css

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

 a { background-color: rgb(25,79,125); }

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

border-color css

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

 span { border-color: rgb(25,79,125); }

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