Html Css Color HEX #14568C Bahama Blue

📋 copy color: '#14568C'

red 20 ◦ green 86 ◦ blue 140

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

Shades of Bahama Blue #14568C

Tints of Bahama Blue #14568C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56.91%

R = 8.13%
G = 34.96%
B = 56.91%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14568C (or 0x14568C) is known color: Bahama Blue. HEX triplet: 14, 56 and 8C. RGB value is (20,86,140). Sum of RGB (Red+Green+Blue) = 20+86+140=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #14568C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14568C is #EBA973. Grayscale: #484848. Windows color (decimal): -15444340 or 9197076. OLE color: 9197076.

HSL color Cylindrical-coordinate representation of color #14568C: hue angle of 207º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14568C is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 86 140 -
CMYK 0.86 0.39 0 0.45
HSL 207º 0.75% 0.31% -
HSV(B) 207º 0.86% 0.55% -
XYZ 8.35 8.7 26.05 -
YUV 72.42 166.13 90.61 -
System Red Green Blue C M Y K H S L
Decimal 20 86 140 0.86 0.39 0 0.45 207 0.75 0.31
Hex 14 56 8C 56 27 0 2D CF 4B 1F
Octal 24 126 214 126 47 0 55 317 113 37
Binary 10100 1010110 10001100 1010110 100111 0 101101 11001111 1001011 11111

Color Harmonies of #14568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14568C

Black with #14568C

Text Example


Text Example

White with #14568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14568C; }

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

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

background-color css

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

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

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

border-color css

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

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

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