Html Css Color HEX #145384 Bahama Blue

📋 copy color: '#145384'

red 20 ◦ green 83 ◦ blue 132

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

Shades of Bahama Blue #145384

Tints of Bahama Blue #145384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.32%

 BLUE value IS 132 (51.95% from 255) = 56.17%

R = 8.51%
G = 35.32%
B = 56.17%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#145384 (or 0x145384) is known color: Bahama Blue. HEX triplet: 14, 53 and 84. RGB value is (20,83,132). Sum of RGB (Red+Green+Blue) = 20+83+132=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #145384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145384 is #EBAC7B. Grayscale: #454545. Windows color (decimal): -15445116 or 8672020. OLE color: 8672020.

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

Color convert

RGB 20 83 132 -
CMYK 0.85 0.37 0 0.48
HSL 206.25º 0.74% 0.3% -
HSV(B) 206.25º 0.85% 0.52% -
XYZ 7.55 8 22.98 -
YUV 69.75 163.13 92.52 -
System Red Green Blue C M Y K H S L
Decimal 20 83 132 0.85 0.37 0 0.48 206.25 0.74 0.3
Hex 14 53 84 55 25 0 30 CE 4A 1E
Octal 24 123 204 125 45 0 60 316 112 36
Binary 10100 1010011 10000100 1010101 100101 0 110000 11001110 1001010 11110

Color Harmonies of #145384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145384

Black with #145384

Text Example


Text Example

White with #145384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145384; }

 p { color: rgb(20,83,132); }

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

background-color css

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

 a { background-color: rgb(20,83,132); }

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

border-color css

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

 span { border-color: rgb(20,83,132); }

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