Html Css Color HEX #194E83 Bahama Blue

📋 copy color: '#194E83'

red 25 ◦ green 78 ◦ blue 131

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

Shades of Bahama Blue #194E83

Tints of Bahama Blue #194E83

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.33%

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

R = 10.68%
G = 33.33%
B = 55.98%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#194E83 (or 0x194E83) is known color: Bahama Blue. HEX triplet: 19, 4E and 83. RGB value is (25,78,131). Sum of RGB (Red+Green+Blue) = 25+78+131=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #194E83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194E83 is #E6B17C. Grayscale: #434343. Windows color (decimal): -15118717 or 8605209. OLE color: 8605209.

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

Color convert

RGB 25 78 131 -
CMYK 0.81 0.40 0 0.49
HSL 210º 0.68% 0.31% -
HSV(B) 210º 0.81% 0.51% -
XYZ 7.22 7.29 22.5 -
YUV 68.2 163.44 97.19 -
System Red Green Blue C M Y K H S L
Decimal 25 78 131 0.81 0.40 0 0.49 210 0.68 0.31
Hex 19 4E 83 51 28 0 31 D2 44 1F
Octal 31 116 203 121 50 0 61 322 104 37
Binary 11001 1001110 10000011 1010001 101000 0 110001 11010010 1000100 11111

Color Harmonies of #194E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194E83

Black with #194E83

Text Example


Text Example

White with #194E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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