Html Css Color HEX #145682 Bahama Blue

📋 copy color: '#145682'

red 20 ◦ green 86 ◦ blue 130

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

Shades of Bahama Blue #145682

Tints of Bahama Blue #145682

RGB

 RED value IS 20 (8.2% from 255) = 8.47%

 GREEN value IS 86 (33.98% from 255) = 36.44%

 BLUE value IS 130 (51.17% from 255) = 55.08%

R = 8.47%
G = 36.44%
B = 55.08%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#145682 (or 0x145682) is known color: Bahama Blue. HEX triplet: 14, 56 and 82. RGB value is (20,86,130). Sum of RGB (Red+Green+Blue) = 20+86+130=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #145682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145682 is #EBA97D. Grayscale: #474747. Windows color (decimal): -15444350 or 8541716. OLE color: 8541716.

HSL color Cylindrical-coordinate representation of color #145682: hue angle of 204º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145682 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 86 130 -
CMYK 0.85 0.34 0 0.49
HSL 204º 0.73% 0.29% -
HSV(B) 204º 0.85% 0.51% -
XYZ 7.65 8.42 22.34 -
YUV 71.28 161.13 91.42 -
System Red Green Blue C M Y K H S L
Decimal 20 86 130 0.85 0.34 0 0.49 204 0.73 0.29
Hex 14 56 82 55 22 0 31 CC 49 1D
Octal 24 126 202 125 42 0 61 314 111 35
Binary 10100 1010110 10000010 1010101 100010 0 110001 11001100 1001001 11101

Color Harmonies of #145682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145682

Black with #145682

Text Example


Text Example

White with #145682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145682; }

 p { color: rgb(20,86,130); }

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

background-color css

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

 a { background-color: rgb(20,86,130); }

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

border-color css

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

 span { border-color: rgb(20,86,130); }

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