Html Css Color HEX #145381 Bahama Blue

📋 copy color: '#145381'

red 20 ◦ green 83 ◦ blue 129

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

Shades of Bahama Blue #145381

Tints of Bahama Blue #145381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 55.6%

R = 8.62%
G = 35.78%
B = 55.6%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#145381 (or 0x145381) is known color: Bahama Blue. HEX triplet: 14, 53 and 81. RGB value is (20,83,129). Sum of RGB (Red+Green+Blue) = 20+83+129=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #145381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145381 is #EBAC7E. Grayscale: #454545. Windows color (decimal): -15445119 or 8475412. OLE color: 8475412.

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

Color convert

RGB 20 83 129 -
CMYK 0.84 0.36 0 0.49
HSL 205.32º 0.73% 0.29% -
HSV(B) 205.32º 0.84% 0.51% -
XYZ 7.34 7.92 21.91 -
YUV 69.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 20 83 129 0.84 0.36 0 0.49 205.32 0.73 0.29
Hex 14 53 81 54 24 0 31 CD 49 1D
Octal 24 123 201 124 44 0 61 315 111 35
Binary 10100 1010011 10000001 1010100 100100 0 110001 11001101 1001001 11101

Color Harmonies of #145381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145381

Black with #145381

Text Example


Text Example

White with #145381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145381; }

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

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

background-color css

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

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

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

border-color css

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

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

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