Html Css Color HEX #19638C Bahama Blue

📋 copy color: '#19638C'

red 25 ◦ green 99 ◦ blue 140

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

Shades of Bahama Blue #19638C

Tints of Bahama Blue #19638C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.5%

 BLUE value IS 140 (55.08% from 255) = 53.03%

R = 9.47%
G = 37.5%
B = 53.03%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19638C (or 0x19638C) is known color: Bahama Blue. HEX triplet: 19, 63 and 8C. RGB value is (25,99,140). Sum of RGB (Red+Green+Blue) = 25+99+140=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #19638C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19638C is #E69C73. Grayscale: #515151. Windows color (decimal): -15113332 or 9200409. OLE color: 9200409.

HSL color Cylindrical-coordinate representation of color #19638C: hue angle of 201.39º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19638C is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 99 140 -
CMYK 0.82 0.29 0 0.45
HSL 201.39º 0.7% 0.32% -
HSV(B) 201.39º 0.82% 0.55% -
XYZ 9.6 11.02 26.43 -
YUV 81.55 160.98 87.67 -
System Red Green Blue C M Y K H S L
Decimal 25 99 140 0.82 0.29 0 0.45 201.39 0.7 0.32
Hex 19 63 8C 52 1D 0 2D C9 46 20
Octal 31 143 214 122 35 0 55 311 106 40
Binary 11001 1100011 10001100 1010010 11101 0 101101 11001001 1000110 100000

Color Harmonies of #19638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19638C

Black with #19638C

Text Example


Text Example

White with #19638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19638C; }

 p { color: rgb(25,99,140); }

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

background-color css

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

 a { background-color: rgb(25,99,140); }

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

border-color css

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

 span { border-color: rgb(25,99,140); }

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