Html Css Color HEX #145882 Bahama Blue

📋 copy color: '#145882'

red 20 ◦ green 88 ◦ blue 130

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

Shades of Bahama Blue #145882

Tints of Bahama Blue #145882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.97%

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

R = 8.4%
G = 36.97%
B = 54.62%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#145882 (or 0x145882) is known color: Bahama Blue. HEX triplet: 14, 58 and 82. RGB value is (20,88,130). Sum of RGB (Red+Green+Blue) = 20+88+130=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #145882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145882 is #EBA77D. Grayscale: #484848. Windows color (decimal): -15443838 or 8542228. OLE color: 8542228.

HSL color Cylindrical-coordinate representation of color #145882: hue angle of 202.91º 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 #145882 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 88 130 -
CMYK 0.85 0.32 0 0.49
HSL 202.91º 0.73% 0.29% -
HSV(B) 202.91º 0.85% 0.51% -
XYZ 7.81 8.74 22.39 -
YUV 72.46 160.47 90.58 -
System Red Green Blue C M Y K H S L
Decimal 20 88 130 0.85 0.32 0 0.49 202.91 0.73 0.29
Hex 14 58 82 55 20 0 31 CB 49 1D
Octal 24 130 202 125 40 0 61 313 111 35
Binary 10100 1011000 10000010 1010101 100000 0 110001 11001011 1001001 11101

Color Harmonies of #145882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145882

Black with #145882

Text Example


Text Example

White with #145882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145882; }

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

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

background-color css

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

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

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

border-color css

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

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

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