Html Css Color HEX #145583 Bahama Blue

📋 copy color: '#145583'

red 20 ◦ green 85 ◦ blue 131

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

Shades of Bahama Blue #145583

Tints of Bahama Blue #145583

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.02%

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

R = 8.47%
G = 36.02%
B = 55.51%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#145583 (or 0x145583) is known color: Bahama Blue. HEX triplet: 14, 55 and 83. RGB value is (20,85,131). Sum of RGB (Red+Green+Blue) = 20+85+131=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #145583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145583 is #EBAA7C. Grayscale: #464646. Windows color (decimal): -15444605 or 8606996. OLE color: 8606996.

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

Color convert

RGB 20 85 131 -
CMYK 0.85 0.35 0 0.49
HSL 204.86º 0.74% 0.3% -
HSV(B) 204.86º 0.85% 0.51% -
XYZ 7.63 8.28 22.67 -
YUV 70.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 20 85 131 0.85 0.35 0 0.49 204.86 0.74 0.3
Hex 14 55 83 55 23 0 31 CD 4A 1E
Octal 24 125 203 125 43 0 61 315 112 36
Binary 10100 1010101 10000011 1010101 100011 0 110001 11001101 1001010 11110

Color Harmonies of #145583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145583

Black with #145583

Text Example


Text Example

White with #145583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145583; }

 p { color: rgb(20,85,131); }

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

background-color css

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

 a { background-color: rgb(20,85,131); }

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

border-color css

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

 span { border-color: rgb(20,85,131); }

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